Shades of Dark Orchid #992BBA
Tints of Dark Orchid #992BBA
RGB
CMYK
RGB Variations
Color information
#992BBA (or 0x992BBA) is known color: Dark Orchid. HEX triplet: 99, 2B and BA. RGB value is (153,43,186). Sum of RGB (Red+Green+Blue) = 153+43+186=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #992BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BBA is #66D445. Grayscale: #5B5B5B. Windows color (decimal): -6739014 or 12200857. OLE color: 12200857.
HSL color Cylindrical-coordinate representation of color #992BBA: hue angle of 286.15º degrees, saturation: 0.62, 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 #992BBA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 43 | 186 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.27 |
| HSL | 286.15º | 0.62% | 0.45% | - |
| HSV(B) | 286.15º | 0.77% | 0.73% | - |
| XYZ | 22.86 | 12.05 | 47.57 | - |
| YUV | 92.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 186 | 0.18 | 0.77 | 0 | 0.27 | 286.15 | 0.62 | 0.45 |
| Hex | 99 | 2B | BA | 12 | 4D | 0 | 1B | 11E | 3E | 2D |
| Octal | 231 | 53 | 272 | 22 | 115 | 0 | 33 | 436 | 76 | 55 |
| Binary | 10011001 | 101011 | 10111010 | 10010 | 1001101 | 0 | 11011 | 100011110 | 111110 | 101101 |
Color Harmonies of #992BBA
Complementary color
Monochromatic Colors of #992BBA
Black with #992BBA
Text Example
Text Example
White with #992BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BBA; }
p { color: rgb(153,43,186); }
H1.HeaderClassName
{
color: #992BBA;
}
.AnyTagClassName
{
color: #992BBA;
}
</style>
background-color css
<style>
a { background-color: #992BBA; }
a { background-color: rgb(153,43,186); }
div.DivClassName
{
background-color: #992BBA;
}
.BgClassName
{
background-color: #992BBA;
}
</style>
border-color css
<style>
span { border-color: #992BBA; }
span { border-color: rgb(153,43,186); }
td.TdClassName
{
border-color: #992BBA;
}
.TagClassName
{
border-color: #992BBA;
}
</style>