Shades of Dark Orchid #992CB5
Tints of Dark Orchid #992CB5
RGB
CMYK
RGB Variations
Color information
#992CB5 (or 0x992CB5) is known color: Dark Orchid. HEX triplet: 99, 2C and B5. RGB value is (153,44,181). Sum of RGB (Red+Green+Blue) = 153+44+181=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #992CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CB5 is #66D34A. Grayscale: #5B5B5B. Windows color (decimal): -6738763 or 11873433. OLE color: 11873433.
HSL color Cylindrical-coordinate representation of color #992CB5: hue angle of 287.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992CB5 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 44 | 181 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.29 |
| HSL | 287.74º | 0.61% | 0.44% | - |
| HSV(B) | 287.74º | 0.76% | 0.71% | - |
| XYZ | 22.38 | 11.91 | 44.84 | - |
| YUV | 92.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 181 | 0.15 | 0.76 | 0 | 0.29 | 287.74 | 0.61 | 0.44 |
| Hex | 99 | 2C | B5 | F | 4C | 0 | 1D | 120 | 3D | 2C |
| Octal | 231 | 54 | 265 | 17 | 114 | 0 | 35 | 440 | 75 | 54 |
| Binary | 10011001 | 101100 | 10110101 | 1111 | 1001100 | 0 | 11101 | 100100000 | 111101 | 101100 |
Color Harmonies of #992CB5
Complementary color
Monochromatic Colors of #992CB5
Black with #992CB5
Text Example
Text Example
White with #992CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CB5; }
p { color: rgb(153,44,181); }
H1.HeaderClassName
{
color: #992CB5;
}
.AnyTagClassName
{
color: #992CB5;
}
</style>
background-color css
<style>
a { background-color: #992CB5; }
a { background-color: rgb(153,44,181); }
div.DivClassName
{
background-color: #992CB5;
}
.BgClassName
{
background-color: #992CB5;
}
</style>
border-color css
<style>
span { border-color: #992CB5; }
span { border-color: rgb(153,44,181); }
td.TdClassName
{
border-color: #992CB5;
}
.TagClassName
{
border-color: #992CB5;
}
</style>