Shades of Dark Orchid #962AD9
Tints of Dark Orchid #962AD9
RGB
CMYK
RGB Variations
Color information
#962AD9 (or 0x962AD9) is known color: Dark Orchid. HEX triplet: 96, 2A and D9. RGB value is (150,42,217). Sum of RGB (Red+Green+Blue) = 150+42+217=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #962AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962AD9 is #69D526. Grayscale: #5D5D5D. Windows color (decimal): -6935847 or 14232214. OLE color: 14232214.
HSL color Cylindrical-coordinate representation of color #962AD9: hue angle of 277.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962AD9 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 42 | 217 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.15 |
| HSL | 277.03º | 0.7% | 0.51% | - |
| HSV(B) | 277.03º | 0.81% | 0.85% | - |
| XYZ | 25.93 | 13.15 | 66.82 | - |
| YUV | 94.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 217 | 0.31 | 0.81 | 0 | 0.15 | 277.03 | 0.7 | 0.51 |
| Hex | 96 | 2A | D9 | 1F | 51 | 0 | F | 115 | 46 | 33 |
| Octal | 226 | 52 | 331 | 37 | 121 | 0 | 17 | 425 | 106 | 63 |
| Binary | 10010110 | 101010 | 11011001 | 11111 | 1010001 | 0 | 1111 | 100010101 | 1000110 | 110011 |
Color Harmonies of #962AD9
Complementary color
Monochromatic Colors of #962AD9
Black with #962AD9
Text Example
Text Example
White with #962AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AD9; }
p { color: rgb(150,42,217); }
H1.HeaderClassName
{
color: #962AD9;
}
.AnyTagClassName
{
color: #962AD9;
}
</style>
background-color css
<style>
a { background-color: #962AD9; }
a { background-color: rgb(150,42,217); }
div.DivClassName
{
background-color: #962AD9;
}
.BgClassName
{
background-color: #962AD9;
}
</style>
border-color css
<style>
span { border-color: #962AD9; }
span { border-color: rgb(150,42,217); }
td.TdClassName
{
border-color: #962AD9;
}
.TagClassName
{
border-color: #962AD9;
}
</style>