#960CB9

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

Shades of Dark Violet #960CB9

Tints of Dark Violet #960CB9

Color information

#960CB9 (or 0x960CB9) is unknown color: approx Dark Violet. HEX triplet: 96, 0C and B9. RGB value is (150,12,185). Sum of RGB (Red+Green+Blue) = 150+12+185=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #960CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CB9 is #69F346. Grayscale: #484848. Windows color (decimal): -6943559 or 12127382. OLE color: 12127382.

HSL color Cylindrical-coordinate representation of color #960CB9: hue angle of 287.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CB9 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15012185-
CMYK0.190.9400.27
HSL287.86º87.82%38.63%-
HSV(B)287.86º93.51%72.55%-
XYZ21.4710.2546.75-
YUV72.98191.22182.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 185 (72.66% from 255) = 53.31%
R=43.23%
G=3.46%
B=53.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150121850.190.9400.27287.8687.8238.63
Hex96CB9135E01B1205827
Octal226142712313603344013047
Binary100101101100101110011001110111100110111001000001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960CB9; }

 p { color: rgb(150,12,185); }

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

<style>
 a { background-color: #960CB9; }

 a { background-color: rgb(150,12,185); }

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

<style>
 span { border-color: #960CB9; }

 span { border-color: rgb(150,12,185); }

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