Shades of Dark Orchid #992ABB
Tints of Dark Orchid #992ABB
RGB
CMYK
RGB Variations
Color information
#992ABB (or 0x992ABB) is known color: Dark Orchid. HEX triplet: 99, 2A and BB. RGB value is (153,42,187). Sum of RGB (Red+Green+Blue) = 153+42+187=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #992ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABB is #66D544. Grayscale: #5B5B5B. Windows color (decimal): -6739269 or 12266137. OLE color: 12266137.
HSL color Cylindrical-coordinate representation of color #992ABB: hue angle of 285.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ABB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 42 | 187 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.27 |
| HSL | 285.93º | 0.63% | 0.45% | - |
| HSV(B) | 285.93º | 0.78% | 0.73% | - |
| XYZ | 22.93 | 12.02 | 48.12 | - |
| YUV | 91.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 187 | 0.18 | 0.78 | 0 | 0.27 | 285.93 | 0.63 | 0.45 |
| Hex | 99 | 2A | BB | 12 | 4E | 0 | 1B | 11E | 3F | 2D |
| Octal | 231 | 52 | 273 | 22 | 116 | 0 | 33 | 436 | 77 | 55 |
| Binary | 10011001 | 101010 | 10111011 | 10010 | 1001110 | 0 | 11011 | 100011110 | 111111 | 101101 |
Color Harmonies of #992ABB
Complementary color
Monochromatic Colors of #992ABB
Black with #992ABB
Text Example
Text Example
White with #992ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ABB; }
p { color: rgb(153,42,187); }
H1.HeaderClassName
{
color: #992ABB;
}
.AnyTagClassName
{
color: #992ABB;
}
</style>
background-color css
<style>
a { background-color: #992ABB; }
a { background-color: rgb(153,42,187); }
div.DivClassName
{
background-color: #992ABB;
}
.BgClassName
{
background-color: #992ABB;
}
</style>
border-color css
<style>
span { border-color: #992ABB; }
span { border-color: rgb(153,42,187); }
td.TdClassName
{
border-color: #992ABB;
}
.TagClassName
{
border-color: #992ABB;
}
</style>