#9600cc

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

Shades of Dark Violet #9600CC

Tints of Dark Violet #9600CC

Color information

#9600CC (or 0x9600CC) is unknown color: approx Dark Violet. HEX triplet: 96, 00 and CC. RGB value is (150,0,204). Sum of RGB (Red+Green+Blue) = 150+0+204=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #9600CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600CC is #69FF33. Grayscale: #434343. Windows color (decimal): -6946612 or 13369494. OLE color: 13369494.

HSL color Cylindrical-coordinate representation of color #9600CC: hue angle of 284.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600CC is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1500204-
CMYK0.26100.2
HSL284.12º100%40%-
HSV(B)284.12º100%80%-
XYZ23.4810.8457.98-
YUV68.11204.7186.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=42.37%
G=0%
B=57.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15002040.26100.2284.1210040
Hex960CC1A6401411c6428
Octal22603143214402443414450
Binary100101100110011001101011001000101001000111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9600cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9600cc; }

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

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

<style>
 a { background-color: #9600cc; }

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

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

<style>
 span { border-color: #9600cc; }

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

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