#9C02C1

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

Shades of Dark Violet #9C02C1

Tints of Dark Violet #9C02C1

Color information

#9C02C1 (or 0x9C02C1) is unknown color: approx Dark Violet. HEX triplet: 9C, 02 and C1. RGB value is (156,2,193). Sum of RGB (Red+Green+Blue) = 156+2+193=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C02C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02C1 is #63FD3E. Grayscale: #454545. Windows color (decimal): -6552895 or 12649116. OLE color: 12649116.

HSL color Cylindrical-coordinate representation of color #9C02C1: hue angle of 288.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02C1 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1562193-
CMYK0.190.9900.24
HSL288.38º97.95%38.24%-
HSV(B)288.38º98.96%75.69%-
XYZ23.3610.9651.34-
YUV69.82197.52189.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=44.44%
G=0.57%
B=54.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15621930.190.9900.24288.3897.9538.24
Hex9C2C113630181206226
Octal23423012314303044014246
Binary1001110010110000011001111000110110001001000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C02C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,193); }

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

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

 a { background-color: rgb(156,2,193); }

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

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

 span { border-color: rgb(156,2,193); }

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