Shades of Dark Orchid #991FCE
Tints of Dark Orchid #991FCE
RGB
CMYK
RGB Variations
Color information
#991FCE (or 0x991FCE) is known color: Dark Orchid. HEX triplet: 99, 1F and CE. RGB value is (153,31,206). Sum of RGB (Red+Green+Blue) = 153+31+206=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #991FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FCE is #66E031. Grayscale: #565656. Windows color (decimal): -6742066 or 13508505. OLE color: 13508505.
HSL color Cylindrical-coordinate representation of color #991FCE: hue angle of 281.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991FCE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 31 | 206 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.19 |
| HSL | 281.83º | 0.74% | 0.46% | - |
| HSV(B) | 281.83º | 0.85% | 0.81% | - |
| XYZ | 24.77 | 12.21 | 59.44 | - |
| YUV | 87.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 206 | 0.26 | 0.85 | 0 | 0.19 | 281.83 | 0.74 | 0.46 |
| Hex | 99 | 1F | CE | 1A | 55 | 0 | 13 | 11A | 4A | 2E |
| Octal | 231 | 37 | 316 | 32 | 125 | 0 | 23 | 432 | 112 | 56 |
| Binary | 10011001 | 11111 | 11001110 | 11010 | 1010101 | 0 | 10011 | 100011010 | 1001010 | 101110 |
Color Harmonies of #991FCE
Complementary color
Monochromatic Colors of #991FCE
Black with #991FCE
Text Example
Text Example
White with #991FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991FCE; }
p { color: rgb(153,31,206); }
H1.HeaderClassName
{
color: #991FCE;
}
.AnyTagClassName
{
color: #991FCE;
}
</style>
background-color css
<style>
a { background-color: #991FCE; }
a { background-color: rgb(153,31,206); }
div.DivClassName
{
background-color: #991FCE;
}
.BgClassName
{
background-color: #991FCE;
}
</style>
border-color css
<style>
span { border-color: #991FCE; }
span { border-color: rgb(153,31,206); }
td.TdClassName
{
border-color: #991FCE;
}
.TagClassName
{
border-color: #991FCE;
}
</style>