Shades of Dark Orchid #992ABD
Tints of Dark Orchid #992ABD
RGB
CMYK
RGB Variations
Color information
#992ABD (or 0x992ABD) is known color: Dark Orchid. HEX triplet: 99, 2A and BD. RGB value is (153,42,189). Sum of RGB (Red+Green+Blue) = 153+42+189=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #992ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABD is #66D542. Grayscale: #5B5B5B. Windows color (decimal): -6739267 or 12397209. OLE color: 12397209.
HSL color Cylindrical-coordinate representation of color #992ABD: hue angle of 285.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ABD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 42 | 189 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.26 |
| HSL | 285.31º | 0.64% | 0.45% | - |
| HSV(B) | 285.31º | 0.78% | 0.74% | - |
| XYZ | 23.15 | 12.1 | 49.26 | - |
| YUV | 91.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 189 | 0.19 | 0.78 | 0 | 0.26 | 285.31 | 0.64 | 0.45 |
| Hex | 99 | 2A | BD | 13 | 4E | 0 | 1A | 11D | 40 | 2D |
| Octal | 231 | 52 | 275 | 23 | 116 | 0 | 32 | 435 | 100 | 55 |
| Binary | 10011001 | 101010 | 10111101 | 10011 | 1001110 | 0 | 11010 | 100011101 | 1000000 | 101101 |
Color Harmonies of #992ABD
Complementary color
Monochromatic Colors of #992ABD
Black with #992ABD
Text Example
Text Example
White with #992ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ABD; }
p { color: rgb(153,42,189); }
H1.HeaderClassName
{
color: #992ABD;
}
.AnyTagClassName
{
color: #992ABD;
}
</style>
background-color css
<style>
a { background-color: #992ABD; }
a { background-color: rgb(153,42,189); }
div.DivClassName
{
background-color: #992ABD;
}
.BgClassName
{
background-color: #992ABD;
}
</style>
border-color css
<style>
span { border-color: #992ABD; }
span { border-color: rgb(153,42,189); }
td.TdClassName
{
border-color: #992ABD;
}
.TagClassName
{
border-color: #992ABD;
}
</style>