#9602CC

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

Shades of Dark Violet #9602CC

Tints of Dark Violet #9602CC

Color information

#9602CC (or 0x9602CC) is unknown color: approx Dark Violet. HEX triplet: 96, 02 and CC. RGB value is (150,2,204). Sum of RGB (Red+Green+Blue) = 150+2+204=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9602CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602CC is #69FD33. Grayscale: #444444. Windows color (decimal): -6946100 or 13370006. OLE color: 13370006.

HSL color Cylindrical-coordinate representation of color #9602CC: hue angle of 283.96º 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 #9602CC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1502204-
CMYK0.260.9900.2
HSL283.96º98.06%40.39%-
HSV(B)283.96º99.02%80%-
XYZ23.510.8957.99-
YUV69.28204.03185.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=42.13%
G=0.56%
B=57.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15022040.260.9900.2283.9698.0640.39
Hex962CC1A6301411c6228
Octal22623143214302443414250
Binary1001011010110011001101011000110101001000111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9602CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9602CC; }

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

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

<style>
 a { background-color: #9602CC; }

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

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

<style>
 span { border-color: #9602CC; }

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

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