Shades of Dark Orchid #992BCD
Tints of Dark Orchid #992BCD
RGB
CMYK
RGB Variations
Color information
#992BCD (or 0x992BCD) is known color: Dark Orchid. HEX triplet: 99, 2B and CD. RGB value is (153,43,205). Sum of RGB (Red+Green+Blue) = 153+43+205=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #992BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BCD is #66D432. Grayscale: #5D5D5D. Windows color (decimal): -6738995 or 13446041. OLE color: 13446041.
HSL color Cylindrical-coordinate representation of color #992BCD: hue angle of 280.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992BCD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 43 | 205 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.20 |
| HSL | 280.74º | 0.65% | 0.49% | - |
| HSV(B) | 280.74º | 0.79% | 0.8% | - |
| XYZ | 25.02 | 12.91 | 58.93 | - |
| YUV | 94.36 | 190.44 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 205 | 0.25 | 0.79 | 0 | 0.20 | 280.74 | 0.65 | 0.49 |
| Hex | 99 | 2B | CD | 19 | 4F | 0 | 14 | 119 | 41 | 31 |
| Octal | 231 | 53 | 315 | 31 | 117 | 0 | 24 | 431 | 101 | 61 |
| Binary | 10011001 | 101011 | 11001101 | 11001 | 1001111 | 0 | 10100 | 100011001 | 1000001 | 110001 |
Color Harmonies of #992BCD
Complementary color
Monochromatic Colors of #992BCD
Black with #992BCD
Text Example
Text Example
White with #992BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BCD; }
p { color: rgb(153,43,205); }
H1.HeaderClassName
{
color: #992BCD;
}
.AnyTagClassName
{
color: #992BCD;
}
</style>
background-color css
<style>
a { background-color: #992BCD; }
a { background-color: rgb(153,43,205); }
div.DivClassName
{
background-color: #992BCD;
}
.BgClassName
{
background-color: #992BCD;
}
</style>
border-color css
<style>
span { border-color: #992BCD; }
span { border-color: rgb(153,43,205); }
td.TdClassName
{
border-color: #992BCD;
}
.TagClassName
{
border-color: #992BCD;
}
</style>