Shades of Dark Orchid #962AAD
Tints of Dark Orchid #962AAD
RGB
CMYK
RGB Variations
Color information
#962AAD (or 0x962AAD) is known color: Dark Orchid. HEX triplet: 96, 2A and AD. RGB value is (150,42,173). Sum of RGB (Red+Green+Blue) = 150+42+173=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #962AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAD is #69D552. Grayscale: #585858. Windows color (decimal): -6935891 or 11348630. OLE color: 11348630.
HSL color Cylindrical-coordinate representation of color #962AAD: hue angle of 289.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962AAD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 42 | 173 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.32 |
| HSL | 289.47º | 0.61% | 0.42% | - |
| HSV(B) | 289.47º | 0.76% | 0.68% | - |
| XYZ | 20.95 | 11.16 | 40.58 | - |
| YUV | 89.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 173 | 0.13 | 0.76 | 0 | 0.32 | 289.47 | 0.61 | 0.42 |
| Hex | 96 | 2A | AD | D | 4C | 0 | 20 | 121 | 3D | 2A |
| Octal | 226 | 52 | 255 | 15 | 114 | 0 | 40 | 441 | 75 | 52 |
| Binary | 10010110 | 101010 | 10101101 | 1101 | 1001100 | 0 | 100000 | 100100001 | 111101 | 101010 |
Color Harmonies of #962AAD
Complementary color
Monochromatic Colors of #962AAD
Black with #962AAD
Text Example
Text Example
White with #962AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AAD; }
p { color: rgb(150,42,173); }
H1.HeaderClassName
{
color: #962AAD;
}
.AnyTagClassName
{
color: #962AAD;
}
</style>
background-color css
<style>
a { background-color: #962AAD; }
a { background-color: rgb(150,42,173); }
div.DivClassName
{
background-color: #962AAD;
}
.BgClassName
{
background-color: #962AAD;
}
</style>
border-color css
<style>
span { border-color: #962AAD; }
span { border-color: rgb(150,42,173); }
td.TdClassName
{
border-color: #962AAD;
}
.TagClassName
{
border-color: #962AAD;
}
</style>