Shades of Dark Orchid #992DBC
Tints of Dark Orchid #992DBC
RGB
CMYK
RGB Variations
Color information
#992DBC (or 0x992DBC) is known color: Dark Orchid. HEX triplet: 99, 2D and BC. RGB value is (153,45,188). Sum of RGB (Red+Green+Blue) = 153+45+188=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #992DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DBC is #66D243. Grayscale: #5D5D5D. Windows color (decimal): -6738500 or 12332441. OLE color: 12332441.
HSL color Cylindrical-coordinate representation of color #992DBC: hue angle of 285.31º 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 #992DBC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 45 | 188 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.26 |
| HSL | 285.31º | 0.61% | 0.46% | - |
| HSV(B) | 285.31º | 0.76% | 0.74% | - |
| XYZ | 23.15 | 12.28 | 48.73 | - |
| YUV | 93.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 188 | 0.19 | 0.76 | 0 | 0.26 | 285.31 | 0.61 | 0.46 |
| Hex | 99 | 2D | BC | 13 | 4C | 0 | 1A | 11D | 3D | 2E |
| Octal | 231 | 55 | 274 | 23 | 114 | 0 | 32 | 435 | 75 | 56 |
| Binary | 10011001 | 101101 | 10111100 | 10011 | 1001100 | 0 | 11010 | 100011101 | 111101 | 101110 |
Color Harmonies of #992DBC
Complementary color
Monochromatic Colors of #992DBC
Black with #992DBC
Text Example
Text Example
White with #992DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DBC; }
p { color: rgb(153,45,188); }
H1.HeaderClassName
{
color: #992DBC;
}
.AnyTagClassName
{
color: #992DBC;
}
</style>
background-color css
<style>
a { background-color: #992DBC; }
a { background-color: rgb(153,45,188); }
div.DivClassName
{
background-color: #992DBC;
}
.BgClassName
{
background-color: #992DBC;
}
</style>
border-color css
<style>
span { border-color: #992DBC; }
span { border-color: rgb(153,45,188); }
td.TdClassName
{
border-color: #992DBC;
}
.TagClassName
{
border-color: #992DBC;
}
</style>