Shades of Dark Orchid #992BDC
Tints of Dark Orchid #992BDC
RGB
CMYK
RGB Variations
Color information
#992BDC (or 0x992BDC) is known color: Dark Orchid. HEX triplet: 99, 2B and DC. RGB value is (153,43,220). Sum of RGB (Red+Green+Blue) = 153+43+220=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #992BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDC is #66D423. Grayscale: #5F5F5F. Windows color (decimal): -6738980 or 14429081. OLE color: 14429081.
HSL color Cylindrical-coordinate representation of color #992BDC: hue angle of 277.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992BDC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 43 | 220 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.14 |
| HSL | 277.29º | 0.72% | 0.52% | - |
| HSV(B) | 277.29º | 0.8% | 0.86% | - |
| XYZ | 26.92 | 13.67 | 68.93 | - |
| YUV | 96.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 220 | 0.30 | 0.80 | 0 | 0.14 | 277.29 | 0.72 | 0.52 |
| Hex | 99 | 2B | DC | 1E | 50 | 0 | E | 115 | 48 | 34 |
| Octal | 231 | 53 | 334 | 36 | 120 | 0 | 16 | 425 | 110 | 64 |
| Binary | 10011001 | 101011 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010101 | 1001000 | 110100 |
Color Harmonies of #992BDC
Complementary color
Monochromatic Colors of #992BDC
Black with #992BDC
Text Example
Text Example
White with #992BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BDC; }
p { color: rgb(153,43,220); }
H1.HeaderClassName
{
color: #992BDC;
}
.AnyTagClassName
{
color: #992BDC;
}
</style>
background-color css
<style>
a { background-color: #992BDC; }
a { background-color: rgb(153,43,220); }
div.DivClassName
{
background-color: #992BDC;
}
.BgClassName
{
background-color: #992BDC;
}
</style>
border-color css
<style>
span { border-color: #992BDC; }
span { border-color: rgb(153,43,220); }
td.TdClassName
{
border-color: #992BDC;
}
.TagClassName
{
border-color: #992BDC;
}
</style>