Shades of Dark Orchid #992BAC
Tints of Dark Orchid #992BAC
RGB
CMYK
RGB Variations
Color information
#992BAC (or 0x992BAC) is known color: Dark Orchid. HEX triplet: 99, 2B and AC. RGB value is (153,43,172). Sum of RGB (Red+Green+Blue) = 153+43+172=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #992BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992BAC is #66D453. Grayscale: #5A5A5A. Windows color (decimal): -6739028 or 11283353. OLE color: 11283353.
HSL color Cylindrical-coordinate representation of color #992BAC: hue angle of 291.16º 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 #992BAC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 43 | 172 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.33 |
| HSL | 291.16º | 0.6% | 0.42% | - |
| HSV(B) | 291.16º | 0.75% | 0.67% | - |
| XYZ | 21.45 | 11.48 | 40.11 | - |
| YUV | 90.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 172 | 0.11 | 0.75 | 0 | 0.33 | 291.16 | 0.6 | 0.42 |
| Hex | 99 | 2B | AC | B | 4B | 0 | 21 | 123 | 3C | 2A |
| Octal | 231 | 53 | 254 | 13 | 113 | 0 | 41 | 443 | 74 | 52 |
| Binary | 10011001 | 101011 | 10101100 | 1011 | 1001011 | 0 | 100001 | 100100011 | 111100 | 101010 |
Color Harmonies of #992BAC
Complementary color
Monochromatic Colors of #992BAC
Black with #992BAC
Text Example
Text Example
White with #992BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BAC; }
p { color: rgb(153,43,172); }
H1.HeaderClassName
{
color: #992BAC;
}
.AnyTagClassName
{
color: #992BAC;
}
</style>
background-color css
<style>
a { background-color: #992BAC; }
a { background-color: rgb(153,43,172); }
div.DivClassName
{
background-color: #992BAC;
}
.BgClassName
{
background-color: #992BAC;
}
</style>
border-color css
<style>
span { border-color: #992BAC; }
span { border-color: rgb(153,43,172); }
td.TdClassName
{
border-color: #992BAC;
}
.TagClassName
{
border-color: #992BAC;
}
</style>