Shades of Dark Orchid #962AAB
Tints of Dark Orchid #962AAB
RGB
CMYK
RGB Variations
Color information
#962AAB (or 0x962AAB) is known color: Dark Orchid. HEX triplet: 96, 2A and AB. RGB value is (150,42,171). Sum of RGB (Red+Green+Blue) = 150+42+171=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #962AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAB is #69D554. Grayscale: #585858. Windows color (decimal): -6935893 or 11217558. OLE color: 11217558.
HSL color Cylindrical-coordinate representation of color #962AAB: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962AAB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 42 | 171 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.23º | 0.61% | 0.42% | - |
| HSV(B) | 290.23º | 0.75% | 0.67% | - |
| XYZ | 20.76 | 11.08 | 39.57 | - |
| YUV | 89 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 171 | 0.12 | 0.75 | 0 | 0.33 | 290.23 | 0.61 | 0.42 |
| Hex | 96 | 2A | AB | C | 4B | 0 | 21 | 122 | 3D | 2A |
| Octal | 226 | 52 | 253 | 14 | 113 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010110 | 101010 | 10101011 | 1100 | 1001011 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #962AAB
Complementary color
Monochromatic Colors of #962AAB
Black with #962AAB
Text Example
Text Example
White with #962AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AAB; }
p { color: rgb(150,42,171); }
H1.HeaderClassName
{
color: #962AAB;
}
.AnyTagClassName
{
color: #962AAB;
}
</style>
background-color css
<style>
a { background-color: #962AAB; }
a { background-color: rgb(150,42,171); }
div.DivClassName
{
background-color: #962AAB;
}
.BgClassName
{
background-color: #962AAB;
}
</style>
border-color css
<style>
span { border-color: #962AAB; }
span { border-color: rgb(150,42,171); }
td.TdClassName
{
border-color: #962AAB;
}
.TagClassName
{
border-color: #962AAB;
}
</style>