Shades of Dark Orchid #992BBB
Tints of Dark Orchid #992BBB
RGB
CMYK
RGB Variations
Color information
#992BBB (or 0x992BBB) is known color: Dark Orchid. HEX triplet: 99, 2B and BB. RGB value is (153,43,187). Sum of RGB (Red+Green+Blue) = 153+43+187=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #992BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BBB is #66D444. Grayscale: #5B5B5B. Windows color (decimal): -6739013 or 12266393. OLE color: 12266393.
HSL color Cylindrical-coordinate representation of color #992BBB: hue angle of 285.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992BBB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 43 | 187 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.27 |
| HSL | 285.83º | 0.63% | 0.45% | - |
| HSV(B) | 285.83º | 0.77% | 0.73% | - |
| XYZ | 22.97 | 12.09 | 48.14 | - |
| YUV | 92.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 187 | 0.18 | 0.77 | 0 | 0.27 | 285.83 | 0.63 | 0.45 |
| Hex | 99 | 2B | BB | 12 | 4D | 0 | 1B | 11E | 3F | 2D |
| Octal | 231 | 53 | 273 | 22 | 115 | 0 | 33 | 436 | 77 | 55 |
| Binary | 10011001 | 101011 | 10111011 | 10010 | 1001101 | 0 | 11011 | 100011110 | 111111 | 101101 |
Color Harmonies of #992BBB
Complementary color
Monochromatic Colors of #992BBB
Black with #992BBB
Text Example
Text Example
White with #992BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BBB; }
p { color: rgb(153,43,187); }
H1.HeaderClassName
{
color: #992BBB;
}
.AnyTagClassName
{
color: #992BBB;
}
</style>
background-color css
<style>
a { background-color: #992BBB; }
a { background-color: rgb(153,43,187); }
div.DivClassName
{
background-color: #992BBB;
}
.BgClassName
{
background-color: #992BBB;
}
</style>
border-color css
<style>
span { border-color: #992BBB; }
span { border-color: rgb(153,43,187); }
td.TdClassName
{
border-color: #992BBB;
}
.TagClassName
{
border-color: #992BBB;
}
</style>