Shades of Dark Orchid #992DBA
Tints of Dark Orchid #992DBA
RGB
CMYK
RGB Variations
Color information
#992DBA (or 0x992DBA) is known color: Dark Orchid. HEX triplet: 99, 2D and BA. RGB value is (153,45,186). Sum of RGB (Red+Green+Blue) = 153+45+186=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #992DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DBA is #66D245. Grayscale: #5C5C5C. Windows color (decimal): -6738502 or 12201369. OLE color: 12201369.
HSL color Cylindrical-coordinate representation of color #992DBA: hue angle of 285.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992DBA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 45 | 186 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.27 |
| HSL | 285.96º | 0.61% | 0.45% | - |
| HSV(B) | 285.96º | 0.76% | 0.73% | - |
| XYZ | 22.94 | 12.19 | 47.6 | - |
| YUV | 93.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 186 | 0.18 | 0.76 | 0 | 0.27 | 285.96 | 0.61 | 0.45 |
| Hex | 99 | 2D | BA | 12 | 4C | 0 | 1B | 11E | 3D | 2D |
| Octal | 231 | 55 | 272 | 22 | 114 | 0 | 33 | 436 | 75 | 55 |
| Binary | 10011001 | 101101 | 10111010 | 10010 | 1001100 | 0 | 11011 | 100011110 | 111101 | 101101 |
Color Harmonies of #992DBA
Complementary color
Monochromatic Colors of #992DBA
Black with #992DBA
Text Example
Text Example
White with #992DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DBA; }
p { color: rgb(153,45,186); }
H1.HeaderClassName
{
color: #992DBA;
}
.AnyTagClassName
{
color: #992DBA;
}
</style>
background-color css
<style>
a { background-color: #992DBA; }
a { background-color: rgb(153,45,186); }
div.DivClassName
{
background-color: #992DBA;
}
.BgClassName
{
background-color: #992DBA;
}
</style>
border-color css
<style>
span { border-color: #992DBA; }
span { border-color: rgb(153,45,186); }
td.TdClassName
{
border-color: #992DBA;
}
.TagClassName
{
border-color: #992DBA;
}
</style>