Shades of Dark Orchid #992EC1
Tints of Dark Orchid #992EC1
RGB
CMYK
RGB Variations
Color information
#992EC1 (or 0x992EC1) is known color: Dark Orchid. HEX triplet: 99, 2E and C1. RGB value is (153,46,193). Sum of RGB (Red+Green+Blue) = 153+46+193=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #992EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EC1 is #66D13E. Grayscale: #5E5E5E. Windows color (decimal): -6738239 or 12660377. OLE color: 12660377.
HSL color Cylindrical-coordinate representation of color #992EC1: hue angle of 283.67º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992EC1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 46 | 193 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.24 |
| HSL | 283.67º | 0.62% | 0.47% | - |
| HSV(B) | 283.67º | 0.76% | 0.76% | - |
| XYZ | 23.74 | 12.58 | 51.63 | - |
| YUV | 94.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 193 | 0.21 | 0.76 | 0 | 0.24 | 283.67 | 0.62 | 0.47 |
| Hex | 99 | 2E | C1 | 15 | 4C | 0 | 18 | 11C | 3E | 2F |
| Octal | 231 | 56 | 301 | 25 | 114 | 0 | 30 | 434 | 76 | 57 |
| Binary | 10011001 | 101110 | 11000001 | 10101 | 1001100 | 0 | 11000 | 100011100 | 111110 | 101111 |
Color Harmonies of #992EC1
Complementary color
Monochromatic Colors of #992EC1
Black with #992EC1
Text Example
Text Example
White with #992EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EC1; }
p { color: rgb(153,46,193); }
H1.HeaderClassName
{
color: #992EC1;
}
.AnyTagClassName
{
color: #992EC1;
}
</style>
background-color css
<style>
a { background-color: #992EC1; }
a { background-color: rgb(153,46,193); }
div.DivClassName
{
background-color: #992EC1;
}
.BgClassName
{
background-color: #992EC1;
}
</style>
border-color css
<style>
span { border-color: #992EC1; }
span { border-color: rgb(153,46,193); }
td.TdClassName
{
border-color: #992EC1;
}
.TagClassName
{
border-color: #992EC1;
}
</style>