Shades of Dark Orchid #962AAF
Tints of Dark Orchid #962AAF
RGB
CMYK
RGB Variations
Color information
#962AAF (or 0x962AAF) is known color: Dark Orchid. HEX triplet: 96, 2A and AF. RGB value is (150,42,175). Sum of RGB (Red+Green+Blue) = 150+42+175=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #962AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAF is #69D550. Grayscale: #595959. Windows color (decimal): -6935889 or 11479702. OLE color: 11479702.
HSL color Cylindrical-coordinate representation of color #962AAF: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962AAF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 42 | 175 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.31 |
| HSL | 288.72º | 0.61% | 0.43% | - |
| HSV(B) | 288.72º | 0.76% | 0.69% | - |
| XYZ | 21.14 | 11.24 | 41.61 | - |
| YUV | 89.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 175 | 0.14 | 0.76 | 0 | 0.31 | 288.72 | 0.61 | 0.43 |
| Hex | 96 | 2A | AF | E | 4C | 0 | 1F | 121 | 3D | 2B |
| Octal | 226 | 52 | 257 | 16 | 114 | 0 | 37 | 441 | 75 | 53 |
| Binary | 10010110 | 101010 | 10101111 | 1110 | 1001100 | 0 | 11111 | 100100001 | 111101 | 101011 |
Color Harmonies of #962AAF
Complementary color
Monochromatic Colors of #962AAF
Black with #962AAF
Text Example
Text Example
White with #962AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AAF; }
p { color: rgb(150,42,175); }
H1.HeaderClassName
{
color: #962AAF;
}
.AnyTagClassName
{
color: #962AAF;
}
</style>
background-color css
<style>
a { background-color: #962AAF; }
a { background-color: rgb(150,42,175); }
div.DivClassName
{
background-color: #962AAF;
}
.BgClassName
{
background-color: #962AAF;
}
</style>
border-color css
<style>
span { border-color: #962AAF; }
span { border-color: rgb(150,42,175); }
td.TdClassName
{
border-color: #962AAF;
}
.TagClassName
{
border-color: #962AAF;
}
</style>