Shades of Dark Orchid #992BDA
Tints of Dark Orchid #992BDA
RGB
CMYK
RGB Variations
Color information
#992BDA (or 0x992BDA) is known color: Dark Orchid. HEX triplet: 99, 2B and DA. RGB value is (153,43,218). Sum of RGB (Red+Green+Blue) = 153+43+218=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #992BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDA is #66D425. Grayscale: #5F5F5F. Windows color (decimal): -6738982 or 14298009. OLE color: 14298009.
HSL color Cylindrical-coordinate representation of color #992BDA: hue angle of 277.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992BDA is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 43 | 218 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.15 |
| HSL | 277.71º | 0.7% | 0.51% | - |
| HSV(B) | 277.71º | 0.8% | 0.85% | - |
| XYZ | 26.66 | 13.56 | 67.54 | - |
| YUV | 95.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 218 | 0.30 | 0.80 | 0 | 0.15 | 277.71 | 0.7 | 0.51 |
| Hex | 99 | 2B | DA | 1E | 50 | 0 | F | 116 | 46 | 33 |
| Octal | 231 | 53 | 332 | 36 | 120 | 0 | 17 | 426 | 106 | 63 |
| Binary | 10011001 | 101011 | 11011010 | 11110 | 1010000 | 0 | 1111 | 100010110 | 1000110 | 110011 |
Color Harmonies of #992BDA
Complementary color
Monochromatic Colors of #992BDA
Black with #992BDA
Text Example
Text Example
White with #992BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BDA; }
p { color: rgb(153,43,218); }
H1.HeaderClassName
{
color: #992BDA;
}
.AnyTagClassName
{
color: #992BDA;
}
</style>
background-color css
<style>
a { background-color: #992BDA; }
a { background-color: rgb(153,43,218); }
div.DivClassName
{
background-color: #992BDA;
}
.BgClassName
{
background-color: #992BDA;
}
</style>
border-color css
<style>
span { border-color: #992BDA; }
span { border-color: rgb(153,43,218); }
td.TdClassName
{
border-color: #992BDA;
}
.TagClassName
{
border-color: #992BDA;
}
</style>