Shades of Dark Violet #960ADE
Tints of Dark Violet #960ADE
RGB
CMYK
RGB Variations
Color information
#960ADE (or 0x960ADE) is known color: Dark Violet. HEX triplet: 96, 0A and DE. RGB value is (150,10,222). Sum of RGB (Red+Green+Blue) = 150+10+222=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #960ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ADE is #69F521. Grayscale: #4B4B4B. Windows color (decimal): -6944034 or 14551702. OLE color: 14551702.
HSL color Cylindrical-coordinate representation of color #960ADE: hue angle of 279.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ADE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 10 | 222 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.13 |
| HSL | 279.62º | 0.91% | 0.45% | - |
| HSV(B) | 279.62º | 0.95% | 0.87% | - |
| XYZ | 25.87 | 11.98 | 70.06 | - |
| YUV | 76.03 | 210.38 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 222 | 0.32 | 0.95 | 0 | 0.13 | 279.62 | 0.91 | 0.45 |
| Hex | 96 | A | DE | 20 | 5F | 0 | D | 118 | 5B | 2D |
| Octal | 226 | 12 | 336 | 40 | 137 | 0 | 15 | 430 | 133 | 55 |
| Binary | 10010110 | 1010 | 11011110 | 100000 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101101 |
Color Harmonies of #960ADE
Complementary color
Monochromatic Colors of #960ADE
Black with #960ADE
Text Example
Text Example
White with #960ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960ADE; }
p { color: rgb(150,10,222); }
H1.HeaderClassName
{
color: #960ADE;
}
.AnyTagClassName
{
color: #960ADE;
}
</style>
background-color css
<style>
a { background-color: #960ADE; }
a { background-color: rgb(150,10,222); }
div.DivClassName
{
background-color: #960ADE;
}
.BgClassName
{
background-color: #960ADE;
}
</style>
border-color css
<style>
span { border-color: #960ADE; }
span { border-color: rgb(150,10,222); }
td.TdClassName
{
border-color: #960ADE;
}
.TagClassName
{
border-color: #960ADE;
}
</style>