Shades of Dark Orchid #992FAB
Tints of Dark Orchid #992FAB
RGB
CMYK
RGB Variations
Color information
#992FAB (or 0x992FAB) is known color: Dark Orchid. HEX triplet: 99, 2F and AB. RGB value is (153,47,171). Sum of RGB (Red+Green+Blue) = 153+47+171=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #992FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FAB is #66D054. Grayscale: #5C5C5C. Windows color (decimal): -6738005 or 11218841. OLE color: 11218841.
HSL color Cylindrical-coordinate representation of color #992FAB: hue angle of 291.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992FAB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 47 | 171 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.33 |
| HSL | 291.29º | 0.57% | 0.43% | - |
| HSV(B) | 291.29º | 0.73% | 0.67% | - |
| XYZ | 21.5 | 11.75 | 39.66 | - |
| YUV | 92.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 171 | 0.11 | 0.73 | 0 | 0.33 | 291.29 | 0.57 | 0.43 |
| Hex | 99 | 2F | AB | B | 49 | 0 | 21 | 123 | 39 | 2B |
| Octal | 231 | 57 | 253 | 13 | 111 | 0 | 41 | 443 | 71 | 53 |
| Binary | 10011001 | 101111 | 10101011 | 1011 | 1001001 | 0 | 100001 | 100100011 | 111001 | 101011 |
Color Harmonies of #992FAB
Complementary color
Monochromatic Colors of #992FAB
Black with #992FAB
Text Example
Text Example
White with #992FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FAB; }
p { color: rgb(153,47,171); }
H1.HeaderClassName
{
color: #992FAB;
}
.AnyTagClassName
{
color: #992FAB;
}
</style>
background-color css
<style>
a { background-color: #992FAB; }
a { background-color: rgb(153,47,171); }
div.DivClassName
{
background-color: #992FAB;
}
.BgClassName
{
background-color: #992FAB;
}
</style>
border-color css
<style>
span { border-color: #992FAB; }
span { border-color: rgb(153,47,171); }
td.TdClassName
{
border-color: #992FAB;
}
.TagClassName
{
border-color: #992FAB;
}
</style>