Shades of Dark Violet #960CCE
Tints of Dark Violet #960CCE
RGB
CMYK
RGB Variations
Color information
#960CCE (or 0x960CCE) is known color: Dark Violet. HEX triplet: 96, 0C and CE. RGB value is (150,12,206). Sum of RGB (Red+Green+Blue) = 150+12+206=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #960CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCE is #69F331. Grayscale: #4A4A4A. Windows color (decimal): -6943538 or 13503638. OLE color: 13503638.
HSL color Cylindrical-coordinate representation of color #960CCE: hue angle of 282.68º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CCE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 12 | 206 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.19 |
| HSL | 282.68º | 0.89% | 0.43% | - |
| HSV(B) | 282.68º | 0.94% | 0.81% | - |
| XYZ | 23.85 | 11.2 | 59.3 | - |
| YUV | 75.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 206 | 0.27 | 0.94 | 0 | 0.19 | 282.68 | 0.89 | 0.43 |
| Hex | 96 | C | CE | 1B | 5E | 0 | 13 | 11B | 59 | 2B |
| Octal | 226 | 14 | 316 | 33 | 136 | 0 | 23 | 433 | 131 | 53 |
| Binary | 10010110 | 1100 | 11001110 | 11011 | 1011110 | 0 | 10011 | 100011011 | 1011001 | 101011 |
Color Harmonies of #960CCE
Complementary color
Monochromatic Colors of #960CCE
Black with #960CCE
Text Example
Text Example
White with #960CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CCE; }
p { color: rgb(150,12,206); }
H1.HeaderClassName
{
color: #960CCE;
}
.AnyTagClassName
{
color: #960CCE;
}
</style>
background-color css
<style>
a { background-color: #960CCE; }
a { background-color: rgb(150,12,206); }
div.DivClassName
{
background-color: #960CCE;
}
.BgClassName
{
background-color: #960CCE;
}
</style>
border-color css
<style>
span { border-color: #960CCE; }
span { border-color: rgb(150,12,206); }
td.TdClassName
{
border-color: #960CCE;
}
.TagClassName
{
border-color: #960CCE;
}
</style>