Shades of Dark Violet #960CCF
Tints of Dark Violet #960CCF
RGB
CMYK
RGB Variations
Color information
#960CCF (or 0x960CCF) is known color: Dark Violet. HEX triplet: 96, 0C and CF. RGB value is (150,12,207). Sum of RGB (Red+Green+Blue) = 150+12+207=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #960CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCF is #69F330. Grayscale: #4A4A4A. Windows color (decimal): -6943537 or 13569174. OLE color: 13569174.
HSL color Cylindrical-coordinate representation of color #960CCF: hue angle of 282.46º 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 #960CCF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 12 | 207 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.19 |
| HSL | 282.46º | 0.89% | 0.43% | - |
| HSV(B) | 282.46º | 0.94% | 0.81% | - |
| XYZ | 23.97 | 11.25 | 59.94 | - |
| YUV | 75.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 207 | 0.28 | 0.94 | 0 | 0.19 | 282.46 | 0.89 | 0.43 |
| Hex | 96 | C | CF | 1C | 5E | 0 | 13 | 11A | 59 | 2B |
| Octal | 226 | 14 | 317 | 34 | 136 | 0 | 23 | 432 | 131 | 53 |
| Binary | 10010110 | 1100 | 11001111 | 11100 | 1011110 | 0 | 10011 | 100011010 | 1011001 | 101011 |
Color Harmonies of #960CCF
Complementary color
Monochromatic Colors of #960CCF
Black with #960CCF
Text Example
Text Example
White with #960CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CCF; }
p { color: rgb(150,12,207); }
H1.HeaderClassName
{
color: #960CCF;
}
.AnyTagClassName
{
color: #960CCF;
}
</style>
background-color css
<style>
a { background-color: #960CCF; }
a { background-color: rgb(150,12,207); }
div.DivClassName
{
background-color: #960CCF;
}
.BgClassName
{
background-color: #960CCF;
}
</style>
border-color css
<style>
span { border-color: #960CCF; }
span { border-color: rgb(150,12,207); }
td.TdClassName
{
border-color: #960CCF;
}
.TagClassName
{
border-color: #960CCF;
}
</style>