Shades of Dark Orchid #992FDC
Tints of Dark Orchid #992FDC
RGB
CMYK
RGB Variations
Color information
#992FDC (or 0x992FDC) is known color: Dark Orchid. HEX triplet: 99, 2F and DC. RGB value is (153,47,220). Sum of RGB (Red+Green+Blue) = 153+47+220=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #992FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FDC is #66D023. Grayscale: #616161. Windows color (decimal): -6737956 or 14430105. OLE color: 14430105.
HSL color Cylindrical-coordinate representation of color #992FDC: hue angle of 276.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992FDC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 47 | 220 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.14 |
| HSL | 276.76º | 0.71% | 0.52% | - |
| HSV(B) | 276.76º | 0.79% | 0.86% | - |
| XYZ | 27.07 | 13.97 | 68.98 | - |
| YUV | 98.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 220 | 0.30 | 0.79 | 0 | 0.14 | 276.76 | 0.71 | 0.52 |
| Hex | 99 | 2F | DC | 1E | 4F | 0 | E | 115 | 47 | 34 |
| Octal | 231 | 57 | 334 | 36 | 117 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011001 | 101111 | 11011100 | 11110 | 1001111 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #992FDC
Complementary color
Monochromatic Colors of #992FDC
Black with #992FDC
Text Example
Text Example
White with #992FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FDC; }
p { color: rgb(153,47,220); }
H1.HeaderClassName
{
color: #992FDC;
}
.AnyTagClassName
{
color: #992FDC;
}
</style>
background-color css
<style>
a { background-color: #992FDC; }
a { background-color: rgb(153,47,220); }
div.DivClassName
{
background-color: #992FDC;
}
.BgClassName
{
background-color: #992FDC;
}
</style>
border-color css
<style>
span { border-color: #992FDC; }
span { border-color: rgb(153,47,220); }
td.TdClassName
{
border-color: #992FDC;
}
.TagClassName
{
border-color: #992FDC;
}
</style>