#9D02CC

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

Shades of Dark Violet #9D02CC

Tints of Dark Violet #9D02CC

Color information

#9D02CC (or 0x9D02CC) is unknown color: approx Dark Violet. HEX triplet: 9D, 02 and CC. RGB value is (157,2,204). Sum of RGB (Red+Green+Blue) = 157+2+204=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D02CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02CC is #62FD33. Grayscale: #464646. Windows color (decimal): -6487348 or 13370013. OLE color: 13370013.

HSL color Cylindrical-coordinate representation of color #9D02CC: hue angle of 286.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02CC is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1572204-
CMYK0.230.9900.2
HSL286.04º98.06%40.39%-
HSV(B)286.04º99.02%80%-
XYZ24.8311.5758.05-
YUV71.37202.85189.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=43.25%
G=0.55%
B=56.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15722040.230.9900.2286.0498.0640.39
Hex9D2CC176301411e6228
Octal23523142714302443614250
Binary1001110110110011001011111000110101001000111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D02CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,2,204); }

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

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

 a { background-color: rgb(157,2,204); }

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

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

 span { border-color: rgb(157,2,204); }

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