Shades of Dark Orchid #991BCE
Tints of Dark Orchid #991BCE
RGB
CMYK
RGB Variations
Color information
#991BCE (or 0x991BCE) is known color: Dark Orchid. HEX triplet: 99, 1B and CE. RGB value is (153,27,206). Sum of RGB (Red+Green+Blue) = 153+27+206=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #991BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991BCE is #66E431. Grayscale: #545454. Windows color (decimal): -6743090 or 13507481. OLE color: 13507481.
HSL color Cylindrical-coordinate representation of color #991BCE: hue angle of 282.23º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991BCE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 27 | 206 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.19 |
| HSL | 282.23º | 0.77% | 0.46% | - |
| HSV(B) | 282.23º | 0.87% | 0.81% | - |
| XYZ | 24.67 | 12.01 | 59.41 | - |
| YUV | 85.08 | 196.24 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 206 | 0.26 | 0.87 | 0 | 0.19 | 282.23 | 0.77 | 0.46 |
| Hex | 99 | 1B | CE | 1A | 57 | 0 | 13 | 11A | 4D | 2E |
| Octal | 231 | 33 | 316 | 32 | 127 | 0 | 23 | 432 | 115 | 56 |
| Binary | 10011001 | 11011 | 11001110 | 11010 | 1010111 | 0 | 10011 | 100011010 | 1001101 | 101110 |
Color Harmonies of #991BCE
Complementary color
Monochromatic Colors of #991BCE
Black with #991BCE
Text Example
Text Example
White with #991BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991BCE; }
p { color: rgb(153,27,206); }
H1.HeaderClassName
{
color: #991BCE;
}
.AnyTagClassName
{
color: #991BCE;
}
</style>
background-color css
<style>
a { background-color: #991BCE; }
a { background-color: rgb(153,27,206); }
div.DivClassName
{
background-color: #991BCE;
}
.BgClassName
{
background-color: #991BCE;
}
</style>
border-color css
<style>
span { border-color: #991BCE; }
span { border-color: rgb(153,27,206); }
td.TdClassName
{
border-color: #991BCE;
}
.TagClassName
{
border-color: #991BCE;
}
</style>