#9605C0

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

Shades of Dark Violet #9605C0

Tints of Dark Violet #9605C0

Color information

#9605C0 (or 0x9605C0) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and C0. RGB value is (150,5,192). Sum of RGB (Red+Green+Blue) = 150+5+192=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #9605C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605C0 is #69FA3F. Grayscale: #454545. Windows color (decimal): -6945344 or 12584342. OLE color: 12584342.

HSL color Cylindrical-coordinate representation of color #9605C0: hue angle of 286.52º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9605C0 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1505192-
CMYK0.220.9700.25
HSL286.52º94.92%38.63%-
HSV(B)286.52º97.4%75.29%-
XYZ22.1510.450.71-
YUV69.67197.04185.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 5 (2.34% from 255) = 1.44%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=43.23%
G=1.44%
B=55.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15051920.220.9700.25286.5294.9238.63
Hex965C0166101911f5f27
Octal22653002614103143713747
Binary10010110101110000001011011000010110011000111111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9605C0; }

 p { color: rgb(150,5,192); }

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

<style>
 a { background-color: #9605C0; }

 a { background-color: rgb(150,5,192); }

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

<style>
 span { border-color: #9605C0; }

 span { border-color: rgb(150,5,192); }

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