#9C15E6

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

Shades of Dark Violet #9C15E6

Tints of Dark Violet #9C15E6

Color information

#9C15E6 (or 0x9C15E6) is unknown color: approx Dark Violet. HEX triplet: 9C, 15 and E6. RGB value is (156,21,230). Sum of RGB (Red+Green+Blue) = 156+21+230=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C15E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C15E6 is #63EA19. Grayscale: #545454. Windows color (decimal): -6547994 or 15078812. OLE color: 15078812.

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

Color convert

RGB15621230-
CMYK0.320.9100.10
HSL278.76º83.27%49.22%-
HSV(B)278.76º90.87%90.2%-
XYZ28.2613.3275.94-
YUV85.19209.73178.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 21 (8.59% from 255) = 5.16%
BLUE value IS 230 (90.23% from 255) = 56.51%
R=38.33%
G=5.16%
B=56.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal156212300.320.9100.10278.7683.2749.22
Hex9C15E6205B0A1175331
Octal234253464013301242712361
Binary1001110010101111001101000001011011010101000101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C15E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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