Shades of Dark Orchid #992FCE
Tints of Dark Orchid #992FCE
RGB
CMYK
RGB Variations
Color information
#992FCE (or 0x992FCE) is known color: Dark Orchid. HEX triplet: 99, 2F and CE. RGB value is (153,47,206). Sum of RGB (Red+Green+Blue) = 153+47+206=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #992FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FCE is #66D031. Grayscale: #606060. Windows color (decimal): -6737970 or 13512601. OLE color: 13512601.
HSL color Cylindrical-coordinate representation of color #992FCE: hue angle of 280º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992FCE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 47 | 206 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.19 |
| HSL | 280º | 0.63% | 0.5% | - |
| HSV(B) | 280º | 0.77% | 0.81% | - |
| XYZ | 25.29 | 13.26 | 59.62 | - |
| YUV | 96.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 206 | 0.26 | 0.77 | 0 | 0.19 | 280 | 0.63 | 0.5 |
| Hex | 99 | 2F | CE | 1A | 4D | 0 | 13 | 118 | 3F | 32 |
| Octal | 231 | 57 | 316 | 32 | 115 | 0 | 23 | 430 | 77 | 62 |
| Binary | 10011001 | 101111 | 11001110 | 11010 | 1001101 | 0 | 10011 | 100011000 | 111111 | 110010 |
Color Harmonies of #992FCE
Complementary color
Monochromatic Colors of #992FCE
Black with #992FCE
Text Example
Text Example
White with #992FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FCE; }
p { color: rgb(153,47,206); }
H1.HeaderClassName
{
color: #992FCE;
}
.AnyTagClassName
{
color: #992FCE;
}
</style>
background-color css
<style>
a { background-color: #992FCE; }
a { background-color: rgb(153,47,206); }
div.DivClassName
{
background-color: #992FCE;
}
.BgClassName
{
background-color: #992FCE;
}
</style>
border-color css
<style>
span { border-color: #992FCE; }
span { border-color: rgb(153,47,206); }
td.TdClassName
{
border-color: #992FCE;
}
.TagClassName
{
border-color: #992FCE;
}
</style>