Shades of Dark Orchid #992EDA
Tints of Dark Orchid #992EDA
RGB
CMYK
RGB Variations
Color information
#992EDA (or 0x992EDA) is known color: Dark Orchid. HEX triplet: 99, 2E and DA. RGB value is (153,46,218). Sum of RGB (Red+Green+Blue) = 153+46+218=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #992EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EDA is #66D125. Grayscale: #616161. Windows color (decimal): -6738214 or 14298777. OLE color: 14298777.
HSL color Cylindrical-coordinate representation of color #992EDA: hue angle of 277.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992EDA is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 46 | 218 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.15 |
| HSL | 277.33º | 0.7% | 0.52% | - |
| HSV(B) | 277.33º | 0.79% | 0.85% | - |
| XYZ | 26.77 | 13.79 | 67.58 | - |
| YUV | 97.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 218 | 0.30 | 0.79 | 0 | 0.15 | 277.33 | 0.7 | 0.52 |
| Hex | 99 | 2E | DA | 1E | 4F | 0 | F | 115 | 46 | 34 |
| Octal | 231 | 56 | 332 | 36 | 117 | 0 | 17 | 425 | 106 | 64 |
| Binary | 10011001 | 101110 | 11011010 | 11110 | 1001111 | 0 | 1111 | 100010101 | 1000110 | 110100 |
Color Harmonies of #992EDA
Complementary color
Monochromatic Colors of #992EDA
Black with #992EDA
Text Example
Text Example
White with #992EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EDA; }
p { color: rgb(153,46,218); }
H1.HeaderClassName
{
color: #992EDA;
}
.AnyTagClassName
{
color: #992EDA;
}
</style>
background-color css
<style>
a { background-color: #992EDA; }
a { background-color: rgb(153,46,218); }
div.DivClassName
{
background-color: #992EDA;
}
.BgClassName
{
background-color: #992EDA;
}
</style>
border-color css
<style>
span { border-color: #992EDA; }
span { border-color: rgb(153,46,218); }
td.TdClassName
{
border-color: #992EDA;
}
.TagClassName
{
border-color: #992EDA;
}
</style>