Shades of Dark Orchid #992FDB
Tints of Dark Orchid #992FDB
RGB
CMYK
RGB Variations
Color information
#992FDB (or 0x992FDB) is known color: Dark Orchid. HEX triplet: 99, 2F and DB. RGB value is (153,47,219). Sum of RGB (Red+Green+Blue) = 153+47+219=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #992FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FDB is #66D024. Grayscale: #616161. Windows color (decimal): -6737957 or 14364569. OLE color: 14364569.
HSL color Cylindrical-coordinate representation of color #992FDB: hue angle of 276.98º degrees, saturation: 0.7, 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 #992FDB is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 47 | 219 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.14 |
| HSL | 276.98º | 0.7% | 0.52% | - |
| HSV(B) | 276.98º | 0.79% | 0.86% | - |
| XYZ | 26.94 | 13.92 | 68.28 | - |
| YUV | 98.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 219 | 0.30 | 0.79 | 0 | 0.14 | 276.98 | 0.7 | 0.52 |
| Hex | 99 | 2F | DB | 1E | 4F | 0 | E | 115 | 46 | 34 |
| Octal | 231 | 57 | 333 | 36 | 117 | 0 | 16 | 425 | 106 | 64 |
| Binary | 10011001 | 101111 | 11011011 | 11110 | 1001111 | 0 | 1110 | 100010101 | 1000110 | 110100 |
Color Harmonies of #992FDB
Complementary color
Monochromatic Colors of #992FDB
Black with #992FDB
Text Example
Text Example
White with #992FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FDB; }
p { color: rgb(153,47,219); }
H1.HeaderClassName
{
color: #992FDB;
}
.AnyTagClassName
{
color: #992FDB;
}
</style>
background-color css
<style>
a { background-color: #992FDB; }
a { background-color: rgb(153,47,219); }
div.DivClassName
{
background-color: #992FDB;
}
.BgClassName
{
background-color: #992FDB;
}
</style>
border-color css
<style>
span { border-color: #992FDB; }
span { border-color: rgb(153,47,219); }
td.TdClassName
{
border-color: #992FDB;
}
.TagClassName
{
border-color: #992FDB;
}
</style>