Shades of Dark Orchid #992EBC
Tints of Dark Orchid #992EBC
RGB
CMYK
RGB Variations
Color information
#992EBC (or 0x992EBC) is known color: Dark Orchid. HEX triplet: 99, 2E and BC. RGB value is (153,46,188). Sum of RGB (Red+Green+Blue) = 153+46+188=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #992EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EBC is #66D143. Grayscale: #5D5D5D. Windows color (decimal): -6738244 or 12332697. OLE color: 12332697.
HSL color Cylindrical-coordinate representation of color #992EBC: hue angle of 285.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992EBC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 46 | 188 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.26 |
| HSL | 285.21º | 0.61% | 0.46% | - |
| HSV(B) | 285.21º | 0.76% | 0.74% | - |
| XYZ | 23.19 | 12.36 | 48.74 | - |
| YUV | 94.18 | 180.95 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 188 | 0.19 | 0.76 | 0 | 0.26 | 285.21 | 0.61 | 0.46 |
| Hex | 99 | 2E | BC | 13 | 4C | 0 | 1A | 11D | 3D | 2E |
| Octal | 231 | 56 | 274 | 23 | 114 | 0 | 32 | 435 | 75 | 56 |
| Binary | 10011001 | 101110 | 10111100 | 10011 | 1001100 | 0 | 11010 | 100011101 | 111101 | 101110 |
Color Harmonies of #992EBC
Complementary color
Monochromatic Colors of #992EBC
Black with #992EBC
Text Example
Text Example
White with #992EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EBC; }
p { color: rgb(153,46,188); }
H1.HeaderClassName
{
color: #992EBC;
}
.AnyTagClassName
{
color: #992EBC;
}
</style>
background-color css
<style>
a { background-color: #992EBC; }
a { background-color: rgb(153,46,188); }
div.DivClassName
{
background-color: #992EBC;
}
.BgClassName
{
background-color: #992EBC;
}
</style>
border-color css
<style>
span { border-color: #992EBC; }
span { border-color: rgb(153,46,188); }
td.TdClassName
{
border-color: #992EBC;
}
.TagClassName
{
border-color: #992EBC;
}
</style>