Shades of Dark Orchid #961DAB
Tints of Dark Orchid #961DAB
RGB
CMYK
RGB Variations
Color information
#961DAB (or 0x961DAB) is known color: Dark Orchid. HEX triplet: 96, 1D and AB. RGB value is (150,29,171). Sum of RGB (Red+Green+Blue) = 150+29+171=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #961DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DAB is #69E254. Grayscale: #505050. Windows color (decimal): -6939221 or 11214230. OLE color: 11214230.
HSL color Cylindrical-coordinate representation of color #961DAB: hue angle of 291.13º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961DAB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 29 | 171 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.33 |
| HSL | 291.13º | 0.71% | 0.39% | - |
| HSV(B) | 291.13º | 0.83% | 0.67% | - |
| XYZ | 20.37 | 10.3 | 39.44 | - |
| YUV | 81.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 171 | 0.12 | 0.83 | 0 | 0.33 | 291.13 | 0.71 | 0.39 |
| Hex | 96 | 1D | AB | C | 53 | 0 | 21 | 123 | 47 | 27 |
| Octal | 226 | 35 | 253 | 14 | 123 | 0 | 41 | 443 | 107 | 47 |
| Binary | 10010110 | 11101 | 10101011 | 1100 | 1010011 | 0 | 100001 | 100100011 | 1000111 | 100111 |
Color Harmonies of #961DAB
Complementary color
Monochromatic Colors of #961DAB
Black with #961DAB
Text Example
Text Example
White with #961DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DAB; }
p { color: rgb(150,29,171); }
H1.HeaderClassName
{
color: #961DAB;
}
.AnyTagClassName
{
color: #961DAB;
}
</style>
background-color css
<style>
a { background-color: #961DAB; }
a { background-color: rgb(150,29,171); }
div.DivClassName
{
background-color: #961DAB;
}
.BgClassName
{
background-color: #961DAB;
}
</style>
border-color css
<style>
span { border-color: #961DAB; }
span { border-color: rgb(150,29,171); }
td.TdClassName
{
border-color: #961DAB;
}
.TagClassName
{
border-color: #961DAB;
}
</style>