Shades of Dark Orchid #992DAD
Tints of Dark Orchid #992DAD
RGB
CMYK
RGB Variations
Color information
#992DAD (or 0x992DAD) is known color: Dark Orchid. HEX triplet: 99, 2D and AD. RGB value is (153,45,173). Sum of RGB (Red+Green+Blue) = 153+45+173=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #992DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DAD is #66D252. Grayscale: #5B5B5B. Windows color (decimal): -6738515 or 11349401. OLE color: 11349401.
HSL color Cylindrical-coordinate representation of color #992DAD: hue angle of 290.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992DAD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 45 | 173 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.32 |
| HSL | 290.63º | 0.59% | 0.43% | - |
| HSV(B) | 290.63º | 0.74% | 0.68% | - |
| XYZ | 21.62 | 11.67 | 40.65 | - |
| YUV | 91.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 173 | 0.12 | 0.74 | 0 | 0.32 | 290.63 | 0.59 | 0.43 |
| Hex | 99 | 2D | AD | C | 4A | 0 | 20 | 123 | 3B | 2B |
| Octal | 231 | 55 | 255 | 14 | 112 | 0 | 40 | 443 | 73 | 53 |
| Binary | 10011001 | 101101 | 10101101 | 1100 | 1001010 | 0 | 100000 | 100100011 | 111011 | 101011 |
Color Harmonies of #992DAD
Complementary color
Monochromatic Colors of #992DAD
Black with #992DAD
Text Example
Text Example
White with #992DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DAD; }
p { color: rgb(153,45,173); }
H1.HeaderClassName
{
color: #992DAD;
}
.AnyTagClassName
{
color: #992DAD;
}
</style>
background-color css
<style>
a { background-color: #992DAD; }
a { background-color: rgb(153,45,173); }
div.DivClassName
{
background-color: #992DAD;
}
.BgClassName
{
background-color: #992DAD;
}
</style>
border-color css
<style>
span { border-color: #992DAD; }
span { border-color: rgb(153,45,173); }
td.TdClassName
{
border-color: #992DAD;
}
.TagClassName
{
border-color: #992DAD;
}
</style>