Shades of Dark Orchid #962BAB
Tints of Dark Orchid #962BAB
RGB
CMYK
RGB Variations
Color information
#962BAB (or 0x962BAB) is known color: Dark Orchid. HEX triplet: 96, 2B and AB. RGB value is (150,43,171). Sum of RGB (Red+Green+Blue) = 150+43+171=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #962BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962BAB is #69D454. Grayscale: #595959. Windows color (decimal): -6935637 or 11217814. OLE color: 11217814.
HSL color Cylindrical-coordinate representation of color #962BAB: hue angle of 290.16º degrees, saturation: 0.6, 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 #962BAB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 43 | 171 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.16º | 0.6% | 0.42% | - |
| HSV(B) | 290.16º | 0.75% | 0.67% | - |
| XYZ | 20.79 | 11.15 | 39.58 | - |
| YUV | 89.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 171 | 0.12 | 0.75 | 0 | 0.33 | 290.16 | 0.6 | 0.42 |
| Hex | 96 | 2B | AB | C | 4B | 0 | 21 | 122 | 3C | 2A |
| Octal | 226 | 53 | 253 | 14 | 113 | 0 | 41 | 442 | 74 | 52 |
| Binary | 10010110 | 101011 | 10101011 | 1100 | 1001011 | 0 | 100001 | 100100010 | 111100 | 101010 |
Color Harmonies of #962BAB
Complementary color
Monochromatic Colors of #962BAB
Black with #962BAB
Text Example
Text Example
White with #962BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BAB; }
p { color: rgb(150,43,171); }
H1.HeaderClassName
{
color: #962BAB;
}
.AnyTagClassName
{
color: #962BAB;
}
</style>
background-color css
<style>
a { background-color: #962BAB; }
a { background-color: rgb(150,43,171); }
div.DivClassName
{
background-color: #962BAB;
}
.BgClassName
{
background-color: #962BAB;
}
</style>
border-color css
<style>
span { border-color: #962BAB; }
span { border-color: rgb(150,43,171); }
td.TdClassName
{
border-color: #962BAB;
}
.TagClassName
{
border-color: #962BAB;
}
</style>