Shades of Dark Violet #960BCF
Tints of Dark Violet #960BCF
RGB
CMYK
RGB Variations
Color information
#960BCF (or 0x960BCF) is known color: Dark Violet. HEX triplet: 96, 0B and CF. RGB value is (150,11,207). Sum of RGB (Red+Green+Blue) = 150+11+207=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #960BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BCF is #69F430. Grayscale: #4A4A4A. Windows color (decimal): -6943793 or 13568918. OLE color: 13568918.
HSL color Cylindrical-coordinate representation of color #960BCF: hue angle of 282.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960BCF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 11 | 207 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.19 |
| HSL | 282.55º | 0.9% | 0.43% | - |
| HSV(B) | 282.55º | 0.95% | 0.81% | - |
| XYZ | 23.96 | 11.23 | 59.94 | - |
| YUV | 74.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 207 | 0.28 | 0.95 | 0 | 0.19 | 282.55 | 0.9 | 0.43 |
| Hex | 96 | B | CF | 1C | 5F | 0 | 13 | 11B | 5A | 2B |
| Octal | 226 | 13 | 317 | 34 | 137 | 0 | 23 | 433 | 132 | 53 |
| Binary | 10010110 | 1011 | 11001111 | 11100 | 1011111 | 0 | 10011 | 100011011 | 1011010 | 101011 |
Color Harmonies of #960BCF
Complementary color
Monochromatic Colors of #960BCF
Black with #960BCF
Text Example
Text Example
White with #960BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960BCF; }
p { color: rgb(150,11,207); }
H1.HeaderClassName
{
color: #960BCF;
}
.AnyTagClassName
{
color: #960BCF;
}
</style>
background-color css
<style>
a { background-color: #960BCF; }
a { background-color: rgb(150,11,207); }
div.DivClassName
{
background-color: #960BCF;
}
.BgClassName
{
background-color: #960BCF;
}
</style>
border-color css
<style>
span { border-color: #960BCF; }
span { border-color: rgb(150,11,207); }
td.TdClassName
{
border-color: #960BCF;
}
.TagClassName
{
border-color: #960BCF;
}
</style>