Shades of Dark Orchid #992CCF
Tints of Dark Orchid #992CCF
RGB
CMYK
RGB Variations
Color information
#992CCF (or 0x992CCF) is known color: Dark Orchid. HEX triplet: 99, 2C and CF. RGB value is (153,44,207). Sum of RGB (Red+Green+Blue) = 153+44+207=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #992CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CCF is #66D330. Grayscale: #5E5E5E. Windows color (decimal): -6738737 or 13577369. OLE color: 13577369.
HSL color Cylindrical-coordinate representation of color #992CCF: hue angle of 280.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992CCF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 44 | 207 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.19 |
| HSL | 280.12º | 0.65% | 0.49% | - |
| HSV(B) | 280.12º | 0.79% | 0.81% | - |
| XYZ | 25.3 | 13.08 | 60.22 | - |
| YUV | 95.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 207 | 0.26 | 0.79 | 0 | 0.19 | 280.12 | 0.65 | 0.49 |
| Hex | 99 | 2C | CF | 1A | 4F | 0 | 13 | 118 | 41 | 31 |
| Octal | 231 | 54 | 317 | 32 | 117 | 0 | 23 | 430 | 101 | 61 |
| Binary | 10011001 | 101100 | 11001111 | 11010 | 1001111 | 0 | 10011 | 100011000 | 1000001 | 110001 |
Color Harmonies of #992CCF
Complementary color
Monochromatic Colors of #992CCF
Black with #992CCF
Text Example
Text Example
White with #992CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CCF; }
p { color: rgb(153,44,207); }
H1.HeaderClassName
{
color: #992CCF;
}
.AnyTagClassName
{
color: #992CCF;
}
</style>
background-color css
<style>
a { background-color: #992CCF; }
a { background-color: rgb(153,44,207); }
div.DivClassName
{
background-color: #992CCF;
}
.BgClassName
{
background-color: #992CCF;
}
</style>
border-color css
<style>
span { border-color: #992CCF; }
span { border-color: rgb(153,44,207); }
td.TdClassName
{
border-color: #992CCF;
}
.TagClassName
{
border-color: #992CCF;
}
</style>