Shades of Dark Orchid #992FD5
Tints of Dark Orchid #992FD5
RGB
CMYK
RGB Variations
Color information
#992FD5 (or 0x992FD5) is known color: Dark Orchid. HEX triplet: 99, 2F and D5. RGB value is (153,47,213). Sum of RGB (Red+Green+Blue) = 153+47+213=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #992FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FD5 is #66D02A. Grayscale: #616161. Windows color (decimal): -6737963 or 13971353. OLE color: 13971353.
HSL color Cylindrical-coordinate representation of color #992FD5: hue angle of 278.31º degrees, saturation: 0.66, 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 #992FD5 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 47 | 213 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.16 |
| HSL | 278.31º | 0.66% | 0.51% | - |
| HSV(B) | 278.31º | 0.78% | 0.84% | - |
| XYZ | 26.16 | 13.61 | 64.2 | - |
| YUV | 97.62 | 193.12 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 213 | 0.28 | 0.78 | 0 | 0.16 | 278.31 | 0.66 | 0.51 |
| Hex | 99 | 2F | D5 | 1C | 4E | 0 | 10 | 116 | 42 | 33 |
| Octal | 231 | 57 | 325 | 34 | 116 | 0 | 20 | 426 | 102 | 63 |
| Binary | 10011001 | 101111 | 11010101 | 11100 | 1001110 | 0 | 10000 | 100010110 | 1000010 | 110011 |
Color Harmonies of #992FD5
Complementary color
Monochromatic Colors of #992FD5
Black with #992FD5
Text Example
Text Example
White with #992FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FD5; }
p { color: rgb(153,47,213); }
H1.HeaderClassName
{
color: #992FD5;
}
.AnyTagClassName
{
color: #992FD5;
}
</style>
background-color css
<style>
a { background-color: #992FD5; }
a { background-color: rgb(153,47,213); }
div.DivClassName
{
background-color: #992FD5;
}
.BgClassName
{
background-color: #992FD5;
}
</style>
border-color css
<style>
span { border-color: #992FD5; }
span { border-color: rgb(153,47,213); }
td.TdClassName
{
border-color: #992FD5;
}
.TagClassName
{
border-color: #992FD5;
}
</style>