Shades of Dark Orchid #992ECE
Tints of Dark Orchid #992ECE
RGB
CMYK
RGB Variations
Color information
#992ECE (or 0x992ECE) is known color: Dark Orchid. HEX triplet: 99, 2E and CE. RGB value is (153,46,206). Sum of RGB (Red+Green+Blue) = 153+46+206=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #992ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ECE is #66D131. Grayscale: #5F5F5F. Windows color (decimal): -6738226 or 13512345. OLE color: 13512345.
HSL color Cylindrical-coordinate representation of color #992ECE: hue angle of 280.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ECE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 46 | 206 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.19 |
| HSL | 280.13º | 0.63% | 0.49% | - |
| HSV(B) | 280.13º | 0.78% | 0.81% | - |
| XYZ | 25.25 | 13.18 | 59.61 | - |
| YUV | 96.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 206 | 0.26 | 0.78 | 0 | 0.19 | 280.13 | 0.63 | 0.49 |
| Hex | 99 | 2E | CE | 1A | 4E | 0 | 13 | 118 | 3F | 31 |
| Octal | 231 | 56 | 316 | 32 | 116 | 0 | 23 | 430 | 77 | 61 |
| Binary | 10011001 | 101110 | 11001110 | 11010 | 1001110 | 0 | 10011 | 100011000 | 111111 | 110001 |
Color Harmonies of #992ECE
Complementary color
Monochromatic Colors of #992ECE
Black with #992ECE
Text Example
Text Example
White with #992ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ECE; }
p { color: rgb(153,46,206); }
H1.HeaderClassName
{
color: #992ECE;
}
.AnyTagClassName
{
color: #992ECE;
}
</style>
background-color css
<style>
a { background-color: #992ECE; }
a { background-color: rgb(153,46,206); }
div.DivClassName
{
background-color: #992ECE;
}
.BgClassName
{
background-color: #992ECE;
}
</style>
border-color css
<style>
span { border-color: #992ECE; }
span { border-color: rgb(153,46,206); }
td.TdClassName
{
border-color: #992ECE;
}
.TagClassName
{
border-color: #992ECE;
}
</style>