#9C0AE6

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

Shades of Dark Violet #9C0AE6

Tints of Dark Violet #9C0AE6

Color information

#9C0AE6 (or 0x9C0AE6) is unknown color: approx Dark Violet. HEX triplet: 9C, 0A and E6. RGB value is (156,10,230). Sum of RGB (Red+Green+Blue) = 156+10+230=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C0AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0AE6 is #63F519. Grayscale: #4E4E4E. Windows color (decimal): -6550810 or 15075996. OLE color: 15075996.

HSL color Cylindrical-coordinate representation of color #9C0AE6: hue angle of 279.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0AE6 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15610230-
CMYK0.320.9600.10
HSL279.82º91.67%47.06%-
HSV(B)279.82º95.65%90.2%-
XYZ28.11375.89-
YUV78.73213.37183.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=39.39%
G=2.53%
B=58.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal156102300.320.9600.10279.8291.6747.06
Hex9CAE620600A1185c2f
Octal234123464014001243013457
Binary100111001010111001101000001100000010101000110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,10,230); }

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

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

 a { background-color: rgb(156,10,230); }

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

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

 span { border-color: rgb(156,10,230); }

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