Shades of Dark Orchid #992BBD
Tints of Dark Orchid #992BBD
RGB
CMYK
RGB Variations
Color information
#992BBD (or 0x992BBD) is known color: Dark Orchid. HEX triplet: 99, 2B and BD. RGB value is (153,43,189). Sum of RGB (Red+Green+Blue) = 153+43+189=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #992BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BBD is #66D442. Grayscale: #5C5C5C. Windows color (decimal): -6739011 or 12397465. OLE color: 12397465.
HSL color Cylindrical-coordinate representation of color #992BBD: hue angle of 285.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992BBD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 43 | 189 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.26 |
| HSL | 285.21º | 0.63% | 0.45% | - |
| HSV(B) | 285.21º | 0.77% | 0.74% | - |
| XYZ | 23.19 | 12.17 | 49.27 | - |
| YUV | 92.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 189 | 0.19 | 0.77 | 0 | 0.26 | 285.21 | 0.63 | 0.45 |
| Hex | 99 | 2B | BD | 13 | 4D | 0 | 1A | 11D | 3F | 2D |
| Octal | 231 | 53 | 275 | 23 | 115 | 0 | 32 | 435 | 77 | 55 |
| Binary | 10011001 | 101011 | 10111101 | 10011 | 1001101 | 0 | 11010 | 100011101 | 111111 | 101101 |
Color Harmonies of #992BBD
Complementary color
Monochromatic Colors of #992BBD
Black with #992BBD
Text Example
Text Example
White with #992BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BBD; }
p { color: rgb(153,43,189); }
H1.HeaderClassName
{
color: #992BBD;
}
.AnyTagClassName
{
color: #992BBD;
}
</style>
background-color css
<style>
a { background-color: #992BBD; }
a { background-color: rgb(153,43,189); }
div.DivClassName
{
background-color: #992BBD;
}
.BgClassName
{
background-color: #992BBD;
}
</style>
border-color css
<style>
span { border-color: #992BBD; }
span { border-color: rgb(153,43,189); }
td.TdClassName
{
border-color: #992BBD;
}
.TagClassName
{
border-color: #992BBD;
}
</style>