Shades of Dark Violet #960BCE
Tints of Dark Violet #960BCE
RGB
CMYK
RGB Variations
Color information
#960BCE (or 0x960BCE) is known color: Dark Violet. HEX triplet: 96, 0B and CE. RGB value is (150,11,206). Sum of RGB (Red+Green+Blue) = 150+11+206=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #960BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BCE is #69F431. Grayscale: #4A4A4A. Windows color (decimal): -6943794 or 13503382. OLE color: 13503382.
HSL color Cylindrical-coordinate representation of color #960BCE: hue angle of 282.77º 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 #960BCE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 11 | 206 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.19 |
| HSL | 282.77º | 0.9% | 0.43% | - |
| HSV(B) | 282.77º | 0.95% | 0.81% | - |
| XYZ | 23.84 | 11.18 | 59.29 | - |
| YUV | 74.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 206 | 0.27 | 0.95 | 0 | 0.19 | 282.77 | 0.9 | 0.43 |
| Hex | 96 | B | CE | 1B | 5F | 0 | 13 | 11B | 5A | 2B |
| Octal | 226 | 13 | 316 | 33 | 137 | 0 | 23 | 433 | 132 | 53 |
| Binary | 10010110 | 1011 | 11001110 | 11011 | 1011111 | 0 | 10011 | 100011011 | 1011010 | 101011 |
Color Harmonies of #960BCE
Complementary color
Monochromatic Colors of #960BCE
Black with #960BCE
Text Example
Text Example
White with #960BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960BCE; }
p { color: rgb(150,11,206); }
H1.HeaderClassName
{
color: #960BCE;
}
.AnyTagClassName
{
color: #960BCE;
}
</style>
background-color css
<style>
a { background-color: #960BCE; }
a { background-color: rgb(150,11,206); }
div.DivClassName
{
background-color: #960BCE;
}
.BgClassName
{
background-color: #960BCE;
}
</style>
border-color css
<style>
span { border-color: #960BCE; }
span { border-color: rgb(150,11,206); }
td.TdClassName
{
border-color: #960BCE;
}
.TagClassName
{
border-color: #960BCE;
}
</style>