Shades of Dark Orchid #992FC5
Tints of Dark Orchid #992FC5
RGB
CMYK
RGB Variations
Color information
#992FC5 (or 0x992FC5) is known color: Dark Orchid. HEX triplet: 99, 2F and C5. RGB value is (153,47,197). Sum of RGB (Red+Green+Blue) = 153+47+197=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #992FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FC5 is #66D03A. Grayscale: #5F5F5F. Windows color (decimal): -6737979 or 12922777. OLE color: 12922777.
HSL color Cylindrical-coordinate representation of color #992FC5: hue angle of 282.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992FC5 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 47 | 197 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.23 |
| HSL | 282.4º | 0.61% | 0.48% | - |
| HSV(B) | 282.4º | 0.76% | 0.77% | - |
| XYZ | 24.23 | 12.84 | 54.02 | - |
| YUV | 95.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 197 | 0.22 | 0.76 | 0 | 0.23 | 282.4 | 0.61 | 0.48 |
| Hex | 99 | 2F | C5 | 16 | 4C | 0 | 17 | 11A | 3D | 30 |
| Octal | 231 | 57 | 305 | 26 | 114 | 0 | 27 | 432 | 75 | 60 |
| Binary | 10011001 | 101111 | 11000101 | 10110 | 1001100 | 0 | 10111 | 100011010 | 111101 | 110000 |
Color Harmonies of #992FC5
Complementary color
Monochromatic Colors of #992FC5
Black with #992FC5
Text Example
Text Example
White with #992FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FC5; }
p { color: rgb(153,47,197); }
H1.HeaderClassName
{
color: #992FC5;
}
.AnyTagClassName
{
color: #992FC5;
}
</style>
background-color css
<style>
a { background-color: #992FC5; }
a { background-color: rgb(153,47,197); }
div.DivClassName
{
background-color: #992FC5;
}
.BgClassName
{
background-color: #992FC5;
}
</style>
border-color css
<style>
span { border-color: #992FC5; }
span { border-color: rgb(153,47,197); }
td.TdClassName
{
border-color: #992FC5;
}
.TagClassName
{
border-color: #992FC5;
}
</style>