Shades of Dark Orchid #992ED5
Tints of Dark Orchid #992ED5
RGB
CMYK
RGB Variations
Color information
#992ED5 (or 0x992ED5) is known color: Dark Orchid. HEX triplet: 99, 2E and D5. RGB value is (153,46,213). Sum of RGB (Red+Green+Blue) = 153+46+213=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #992ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ED5 is #66D12A. Grayscale: #606060. Windows color (decimal): -6738219 or 13971097. OLE color: 13971097.
HSL color Cylindrical-coordinate representation of color #992ED5: hue angle of 278.44º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ED5 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 46 | 213 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.16 |
| HSL | 278.44º | 0.67% | 0.51% | - |
| HSV(B) | 278.44º | 0.78% | 0.84% | - |
| XYZ | 26.12 | 13.53 | 64.19 | - |
| YUV | 97.03 | 193.45 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 213 | 0.28 | 0.78 | 0 | 0.16 | 278.44 | 0.67 | 0.51 |
| Hex | 99 | 2E | D5 | 1C | 4E | 0 | 10 | 116 | 43 | 33 |
| Octal | 231 | 56 | 325 | 34 | 116 | 0 | 20 | 426 | 103 | 63 |
| Binary | 10011001 | 101110 | 11010101 | 11100 | 1001110 | 0 | 10000 | 100010110 | 1000011 | 110011 |
Color Harmonies of #992ED5
Complementary color
Monochromatic Colors of #992ED5
Black with #992ED5
Text Example
Text Example
White with #992ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ED5; }
p { color: rgb(153,46,213); }
H1.HeaderClassName
{
color: #992ED5;
}
.AnyTagClassName
{
color: #992ED5;
}
</style>
background-color css
<style>
a { background-color: #992ED5; }
a { background-color: rgb(153,46,213); }
div.DivClassName
{
background-color: #992ED5;
}
.BgClassName
{
background-color: #992ED5;
}
</style>
border-color css
<style>
span { border-color: #992ED5; }
span { border-color: rgb(153,46,213); }
td.TdClassName
{
border-color: #992ED5;
}
.TagClassName
{
border-color: #992ED5;
}
</style>