#9A309A

Color #9A309A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9A309A

Tints of Vivid Violet #9A309A

Color information

#9A309A (or 0x9A309A) is unknown color: approx Vivid Violet. HEX triplet: 9A, 30 and 9A. RGB value is (154,48,154). Sum of RGB (Red+Green+Blue) = 154+48+154=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A309A is #65CF65. Grayscale: #5B5B5B. Windows color (decimal): -6672230 or 10104986. OLE color: 10104986.

HSL color Cylindrical-coordinate representation of color #9A309A: hue angle of 300º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A309A is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15448154-
CMYK00.6900.40
HSL300º52.48%39.61%-
HSV(B)300º68.83%60.39%-
XYZ20.2211.3231.69-
YUV91.78163.12172.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=43.26%
G=13.48%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544815400.6900.4030052.4839.61
Hex9A309A04502812c3428
Octal2326023201050504546450
Binary1001101011000010011010010001010101000100101100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A309A; }

 p { color: rgb(154,48,154); }

 H1.HeaderClassName
 {
   color: #9A309A;
 }
 .AnyTagClassName
 {
   color: #9A309A;
 }
</style>
background-color css

<style>
 a { background-color: #9A309A; }

 a { background-color: rgb(154,48,154); }

 div.DivClassName
 {
   background-color: #9A309A;
 }
 .BgClassName
 {
   background-color: #9A309A;
 }
</style>
border-color css

<style>
 span { border-color: #9A309A; }

 span { border-color: rgb(154,48,154); }

 td.TdClassName
 {
   border-color: #9A309A;
 }
 .TagClassName
 {
   border-color: #9A309A;
 }
</style>