Shades of Dark Orchid #992ADC
Tints of Dark Orchid #992ADC
RGB
CMYK
RGB Variations
Color information
#992ADC (or 0x992ADC) is known color: Dark Orchid. HEX triplet: 99, 2A and DC. RGB value is (153,42,220). Sum of RGB (Red+Green+Blue) = 153+42+220=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #992ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ADC is #66D523. Grayscale: #5E5E5E. Windows color (decimal): -6739236 or 14428825. OLE color: 14428825.
HSL color Cylindrical-coordinate representation of color #992ADC: hue angle of 277.42º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992ADC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 42 | 220 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.14 |
| HSL | 277.42º | 0.72% | 0.51% | - |
| HSV(B) | 277.42º | 0.81% | 0.86% | - |
| XYZ | 26.88 | 13.6 | 68.92 | - |
| YUV | 95.48 | 198.27 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 220 | 0.30 | 0.81 | 0 | 0.14 | 277.42 | 0.72 | 0.51 |
| Hex | 99 | 2A | DC | 1E | 51 | 0 | E | 115 | 48 | 33 |
| Octal | 231 | 52 | 334 | 36 | 121 | 0 | 16 | 425 | 110 | 63 |
| Binary | 10011001 | 101010 | 11011100 | 11110 | 1010001 | 0 | 1110 | 100010101 | 1001000 | 110011 |
Color Harmonies of #992ADC
Complementary color
Monochromatic Colors of #992ADC
Black with #992ADC
Text Example
Text Example
White with #992ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ADC; }
p { color: rgb(153,42,220); }
H1.HeaderClassName
{
color: #992ADC;
}
.AnyTagClassName
{
color: #992ADC;
}
</style>
background-color css
<style>
a { background-color: #992ADC; }
a { background-color: rgb(153,42,220); }
div.DivClassName
{
background-color: #992ADC;
}
.BgClassName
{
background-color: #992ADC;
}
</style>
border-color css
<style>
span { border-color: #992ADC; }
span { border-color: rgb(153,42,220); }
td.TdClassName
{
border-color: #992ADC;
}
.TagClassName
{
border-color: #992ADC;
}
</style>