Shades of Dark Orchid #992DCF
Tints of Dark Orchid #992DCF
RGB
CMYK
RGB Variations
Color information
#992DCF (or 0x992DCF) is known color: Dark Orchid. HEX triplet: 99, 2D and CF. RGB value is (153,45,207). Sum of RGB (Red+Green+Blue) = 153+45+207=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #992DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DCF is #66D230. Grayscale: #5F5F5F. Windows color (decimal): -6738481 or 13577625. OLE color: 13577625.
HSL color Cylindrical-coordinate representation of color #992DCF: hue angle of 280º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992DCF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 45 | 207 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.19 |
| HSL | 280º | 0.64% | 0.49% | - |
| HSV(B) | 280º | 0.78% | 0.81% | - |
| XYZ | 25.34 | 13.15 | 60.24 | - |
| YUV | 95.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 207 | 0.26 | 0.78 | 0 | 0.19 | 280 | 0.64 | 0.49 |
| Hex | 99 | 2D | CF | 1A | 4E | 0 | 13 | 118 | 40 | 31 |
| Octal | 231 | 55 | 317 | 32 | 116 | 0 | 23 | 430 | 100 | 61 |
| Binary | 10011001 | 101101 | 11001111 | 11010 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110001 |
Color Harmonies of #992DCF
Complementary color
Monochromatic Colors of #992DCF
Black with #992DCF
Text Example
Text Example
White with #992DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DCF; }
p { color: rgb(153,45,207); }
H1.HeaderClassName
{
color: #992DCF;
}
.AnyTagClassName
{
color: #992DCF;
}
</style>
background-color css
<style>
a { background-color: #992DCF; }
a { background-color: rgb(153,45,207); }
div.DivClassName
{
background-color: #992DCF;
}
.BgClassName
{
background-color: #992DCF;
}
</style>
border-color css
<style>
span { border-color: #992DCF; }
span { border-color: rgb(153,45,207); }
td.TdClassName
{
border-color: #992DCF;
}
.TagClassName
{
border-color: #992DCF;
}
</style>