Shades of Dark Orchid #992BD0
Tints of Dark Orchid #992BD0
RGB
CMYK
RGB Variations
Color information
#992BD0 (or 0x992BD0) is known color: Dark Orchid. HEX triplet: 99, 2B and D0. RGB value is (153,43,208). Sum of RGB (Red+Green+Blue) = 153+43+208=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #992BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BD0 is #66D42F. Grayscale: #5E5E5E. Windows color (decimal): -6738992 or 13642649. OLE color: 13642649.
HSL color Cylindrical-coordinate representation of color #992BD0: hue angle of 280º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992BD0 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 43 | 208 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.18 |
| HSL | 280º | 0.66% | 0.49% | - |
| HSV(B) | 280º | 0.79% | 0.82% | - |
| XYZ | 25.39 | 13.05 | 60.86 | - |
| YUV | 94.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 208 | 0.26 | 0.79 | 0 | 0.18 | 280 | 0.66 | 0.49 |
| Hex | 99 | 2B | D0 | 1A | 4F | 0 | 12 | 118 | 42 | 31 |
| Octal | 231 | 53 | 320 | 32 | 117 | 0 | 22 | 430 | 102 | 61 |
| Binary | 10011001 | 101011 | 11010000 | 11010 | 1001111 | 0 | 10010 | 100011000 | 1000010 | 110001 |
Color Harmonies of #992BD0
Complementary color
Monochromatic Colors of #992BD0
Black with #992BD0
Text Example
Text Example
White with #992BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BD0; }
p { color: rgb(153,43,208); }
H1.HeaderClassName
{
color: #992BD0;
}
.AnyTagClassName
{
color: #992BD0;
}
</style>
background-color css
<style>
a { background-color: #992BD0; }
a { background-color: rgb(153,43,208); }
div.DivClassName
{
background-color: #992BD0;
}
.BgClassName
{
background-color: #992BD0;
}
</style>
border-color css
<style>
span { border-color: #992BD0; }
span { border-color: rgb(153,43,208); }
td.TdClassName
{
border-color: #992BD0;
}
.TagClassName
{
border-color: #992BD0;
}
</style>