Shades of Dark Orchid #992CBD
Tints of Dark Orchid #992CBD
RGB
CMYK
RGB Variations
Color information
#992CBD (or 0x992CBD) is known color: Dark Orchid. HEX triplet: 99, 2C and BD. RGB value is (153,44,189). Sum of RGB (Red+Green+Blue) = 153+44+189=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #992CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CBD is #66D342. Grayscale: #5C5C5C. Windows color (decimal): -6738755 or 12397721. OLE color: 12397721.
HSL color Cylindrical-coordinate representation of color #992CBD: hue angle of 285.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992CBD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 44 | 189 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.26 |
| HSL | 285.1º | 0.62% | 0.46% | - |
| HSV(B) | 285.1º | 0.77% | 0.74% | - |
| XYZ | 23.22 | 12.25 | 49.28 | - |
| YUV | 93.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 189 | 0.19 | 0.77 | 0 | 0.26 | 285.1 | 0.62 | 0.46 |
| Hex | 99 | 2C | BD | 13 | 4D | 0 | 1A | 11D | 3E | 2E |
| Octal | 231 | 54 | 275 | 23 | 115 | 0 | 32 | 435 | 76 | 56 |
| Binary | 10011001 | 101100 | 10111101 | 10011 | 1001101 | 0 | 11010 | 100011101 | 111110 | 101110 |
Color Harmonies of #992CBD
Complementary color
Monochromatic Colors of #992CBD
Black with #992CBD
Text Example
Text Example
White with #992CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CBD; }
p { color: rgb(153,44,189); }
H1.HeaderClassName
{
color: #992CBD;
}
.AnyTagClassName
{
color: #992CBD;
}
</style>
background-color css
<style>
a { background-color: #992CBD; }
a { background-color: rgb(153,44,189); }
div.DivClassName
{
background-color: #992CBD;
}
.BgClassName
{
background-color: #992CBD;
}
</style>
border-color css
<style>
span { border-color: #992CBD; }
span { border-color: rgb(153,44,189); }
td.TdClassName
{
border-color: #992CBD;
}
.TagClassName
{
border-color: #992CBD;
}
</style>