Shades of Dark Orchid #961BAB
Tints of Dark Orchid #961BAB
RGB
CMYK
RGB Variations
Color information
#961BAB (or 0x961BAB) is known color: Dark Orchid. HEX triplet: 96, 1B and AB. RGB value is (150,27,171). Sum of RGB (Red+Green+Blue) = 150+27+171=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #961BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BAB is #69E454. Grayscale: #4F4F4F. Windows color (decimal): -6939733 or 11213718. OLE color: 11213718.
HSL color Cylindrical-coordinate representation of color #961BAB: hue angle of 291.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961BAB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 27 | 171 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.33 |
| HSL | 291.25º | 0.73% | 0.39% | - |
| HSV(B) | 291.25º | 0.84% | 0.67% | - |
| XYZ | 20.32 | 10.21 | 39.43 | - |
| YUV | 80.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 171 | 0.12 | 0.84 | 0 | 0.33 | 291.25 | 0.73 | 0.39 |
| Hex | 96 | 1B | AB | C | 54 | 0 | 21 | 123 | 49 | 27 |
| Octal | 226 | 33 | 253 | 14 | 124 | 0 | 41 | 443 | 111 | 47 |
| Binary | 10010110 | 11011 | 10101011 | 1100 | 1010100 | 0 | 100001 | 100100011 | 1001001 | 100111 |
Color Harmonies of #961BAB
Complementary color
Monochromatic Colors of #961BAB
Black with #961BAB
Text Example
Text Example
White with #961BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BAB; }
p { color: rgb(150,27,171); }
H1.HeaderClassName
{
color: #961BAB;
}
.AnyTagClassName
{
color: #961BAB;
}
</style>
background-color css
<style>
a { background-color: #961BAB; }
a { background-color: rgb(150,27,171); }
div.DivClassName
{
background-color: #961BAB;
}
.BgClassName
{
background-color: #961BAB;
}
</style>
border-color css
<style>
span { border-color: #961BAB; }
span { border-color: rgb(150,27,171); }
td.TdClassName
{
border-color: #961BAB;
}
.TagClassName
{
border-color: #961BAB;
}
</style>