Shades of Dark Orchid #992ADA
Tints of Dark Orchid #992ADA
RGB
CMYK
RGB Variations
Color information
#992ADA (or 0x992ADA) is known color: Dark Orchid. HEX triplet: 99, 2A and DA. RGB value is (153,42,218). Sum of RGB (Red+Green+Blue) = 153+42+218=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #992ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ADA is #66D525. Grayscale: #5E5E5E. Windows color (decimal): -6739238 or 14297753. OLE color: 14297753.
HSL color Cylindrical-coordinate representation of color #992ADA: hue angle of 277.84º 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 #992ADA is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 42 | 218 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.15 |
| HSL | 277.84º | 0.7% | 0.51% | - |
| HSV(B) | 277.84º | 0.81% | 0.85% | - |
| XYZ | 26.62 | 13.49 | 67.53 | - |
| YUV | 95.25 | 197.27 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 218 | 0.30 | 0.81 | 0 | 0.15 | 277.84 | 0.7 | 0.51 |
| Hex | 99 | 2A | DA | 1E | 51 | 0 | F | 116 | 46 | 33 |
| Octal | 231 | 52 | 332 | 36 | 121 | 0 | 17 | 426 | 106 | 63 |
| Binary | 10011001 | 101010 | 11011010 | 11110 | 1010001 | 0 | 1111 | 100010110 | 1000110 | 110011 |
Color Harmonies of #992ADA
Complementary color
Monochromatic Colors of #992ADA
Black with #992ADA
Text Example
Text Example
White with #992ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ADA; }
p { color: rgb(153,42,218); }
H1.HeaderClassName
{
color: #992ADA;
}
.AnyTagClassName
{
color: #992ADA;
}
</style>
background-color css
<style>
a { background-color: #992ADA; }
a { background-color: rgb(153,42,218); }
div.DivClassName
{
background-color: #992ADA;
}
.BgClassName
{
background-color: #992ADA;
}
</style>
border-color css
<style>
span { border-color: #992ADA; }
span { border-color: rgb(153,42,218); }
td.TdClassName
{
border-color: #992ADA;
}
.TagClassName
{
border-color: #992ADA;
}
</style>