Shades of Dark Violet #960CCB
Tints of Dark Violet #960CCB
RGB
CMYK
RGB Variations
Color information
#960CCB (or 0x960CCB) is known color: Dark Violet. HEX triplet: 96, 0C and CB. RGB value is (150,12,203). Sum of RGB (Red+Green+Blue) = 150+12+203=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #960CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCB is #69F334. Grayscale: #4A4A4A. Windows color (decimal): -6943541 or 13307030. OLE color: 13307030.
HSL color Cylindrical-coordinate representation of color #960CCB: hue angle of 283.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CCB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 12 | 203 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.20 |
| HSL | 283.35º | 0.89% | 0.42% | - |
| HSV(B) | 283.35º | 0.94% | 0.8% | - |
| XYZ | 23.49 | 11.06 | 57.4 | - |
| YUV | 75.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 203 | 0.26 | 0.94 | 0 | 0.20 | 283.35 | 0.89 | 0.42 |
| Hex | 96 | C | CB | 1A | 5E | 0 | 14 | 11B | 59 | 2A |
| Octal | 226 | 14 | 313 | 32 | 136 | 0 | 24 | 433 | 131 | 52 |
| Binary | 10010110 | 1100 | 11001011 | 11010 | 1011110 | 0 | 10100 | 100011011 | 1011001 | 101010 |
Color Harmonies of #960CCB
Complementary color
Monochromatic Colors of #960CCB
Black with #960CCB
Text Example
Text Example
White with #960CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CCB; }
p { color: rgb(150,12,203); }
H1.HeaderClassName
{
color: #960CCB;
}
.AnyTagClassName
{
color: #960CCB;
}
</style>
background-color css
<style>
a { background-color: #960CCB; }
a { background-color: rgb(150,12,203); }
div.DivClassName
{
background-color: #960CCB;
}
.BgClassName
{
background-color: #960CCB;
}
</style>
border-color css
<style>
span { border-color: #960CCB; }
span { border-color: rgb(150,12,203); }
td.TdClassName
{
border-color: #960CCB;
}
.TagClassName
{
border-color: #960CCB;
}
</style>