Shades of Dark Orchid #992BD1
Tints of Dark Orchid #992BD1
RGB
CMYK
RGB Variations
Color information
#992BD1 (or 0x992BD1) is known color: Dark Orchid. HEX triplet: 99, 2B and D1. RGB value is (153,43,209). Sum of RGB (Red+Green+Blue) = 153+43+209=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #992BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BD1 is #66D42E. Grayscale: #5E5E5E. Windows color (decimal): -6738991 or 13708185. OLE color: 13708185.
HSL color Cylindrical-coordinate representation of color #992BD1: hue angle of 279.76º 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 #992BD1 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 43 | 209 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.18 |
| HSL | 279.76º | 0.66% | 0.49% | - |
| HSV(B) | 279.76º | 0.79% | 0.82% | - |
| XYZ | 25.51 | 13.1 | 61.51 | - |
| YUV | 94.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 209 | 0.27 | 0.79 | 0 | 0.18 | 279.76 | 0.66 | 0.49 |
| Hex | 99 | 2B | D1 | 1B | 4F | 0 | 12 | 118 | 42 | 31 |
| Octal | 231 | 53 | 321 | 33 | 117 | 0 | 22 | 430 | 102 | 61 |
| Binary | 10011001 | 101011 | 11010001 | 11011 | 1001111 | 0 | 10010 | 100011000 | 1000010 | 110001 |
Color Harmonies of #992BD1
Complementary color
Monochromatic Colors of #992BD1
Black with #992BD1
Text Example
Text Example
White with #992BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BD1; }
p { color: rgb(153,43,209); }
H1.HeaderClassName
{
color: #992BD1;
}
.AnyTagClassName
{
color: #992BD1;
}
</style>
background-color css
<style>
a { background-color: #992BD1; }
a { background-color: rgb(153,43,209); }
div.DivClassName
{
background-color: #992BD1;
}
.BgClassName
{
background-color: #992BD1;
}
</style>
border-color css
<style>
span { border-color: #992BD1; }
span { border-color: rgb(153,43,209); }
td.TdClassName
{
border-color: #992BD1;
}
.TagClassName
{
border-color: #992BD1;
}
</style>