Shades of Dark Orchid #992BAB
Tints of Dark Orchid #992BAB
RGB
CMYK
RGB Variations
Color information
#992BAB (or 0x992BAB) is known color: Dark Orchid. HEX triplet: 99, 2B and AB. RGB value is (153,43,171). Sum of RGB (Red+Green+Blue) = 153+43+171=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #992BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BAB is #66D454. Grayscale: #5A5A5A. Windows color (decimal): -6739029 or 11217817. OLE color: 11217817.
HSL color Cylindrical-coordinate representation of color #992BAB: hue angle of 291.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992BAB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 43 | 171 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.33 |
| HSL | 291.56º | 0.6% | 0.42% | - |
| HSV(B) | 291.56º | 0.75% | 0.67% | - |
| XYZ | 21.35 | 11.44 | 39.61 | - |
| YUV | 90.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 171 | 0.11 | 0.75 | 0 | 0.33 | 291.56 | 0.6 | 0.42 |
| Hex | 99 | 2B | AB | B | 4B | 0 | 21 | 124 | 3C | 2A |
| Octal | 231 | 53 | 253 | 13 | 113 | 0 | 41 | 444 | 74 | 52 |
| Binary | 10011001 | 101011 | 10101011 | 1011 | 1001011 | 0 | 100001 | 100100100 | 111100 | 101010 |
Color Harmonies of #992BAB
Complementary color
Monochromatic Colors of #992BAB
Black with #992BAB
Text Example
Text Example
White with #992BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BAB; }
p { color: rgb(153,43,171); }
H1.HeaderClassName
{
color: #992BAB;
}
.AnyTagClassName
{
color: #992BAB;
}
</style>
background-color css
<style>
a { background-color: #992BAB; }
a { background-color: rgb(153,43,171); }
div.DivClassName
{
background-color: #992BAB;
}
.BgClassName
{
background-color: #992BAB;
}
</style>
border-color css
<style>
span { border-color: #992BAB; }
span { border-color: rgb(153,43,171); }
td.TdClassName
{
border-color: #992BAB;
}
.TagClassName
{
border-color: #992BAB;
}
</style>