Shades of Dark Orchid #992FC1
Tints of Dark Orchid #992FC1
RGB
CMYK
RGB Variations
Color information
#992FC1 (or 0x992FC1) is known color: Dark Orchid. HEX triplet: 99, 2F and C1. RGB value is (153,47,193). Sum of RGB (Red+Green+Blue) = 153+47+193=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #992FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FC1 is #66D03E. Grayscale: #5E5E5E. Windows color (decimal): -6737983 or 12660633. OLE color: 12660633.
HSL color Cylindrical-coordinate representation of color #992FC1: hue angle of 283.56º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992FC1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 47 | 193 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.24 |
| HSL | 283.56º | 0.61% | 0.47% | - |
| HSV(B) | 283.56º | 0.76% | 0.76% | - |
| XYZ | 23.78 | 12.66 | 51.64 | - |
| YUV | 95.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 193 | 0.21 | 0.76 | 0 | 0.24 | 283.56 | 0.61 | 0.47 |
| Hex | 99 | 2F | C1 | 15 | 4C | 0 | 18 | 11C | 3D | 2F |
| Octal | 231 | 57 | 301 | 25 | 114 | 0 | 30 | 434 | 75 | 57 |
| Binary | 10011001 | 101111 | 11000001 | 10101 | 1001100 | 0 | 11000 | 100011100 | 111101 | 101111 |
Color Harmonies of #992FC1
Complementary color
Monochromatic Colors of #992FC1
Black with #992FC1
Text Example
Text Example
White with #992FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FC1; }
p { color: rgb(153,47,193); }
H1.HeaderClassName
{
color: #992FC1;
}
.AnyTagClassName
{
color: #992FC1;
}
</style>
background-color css
<style>
a { background-color: #992FC1; }
a { background-color: rgb(153,47,193); }
div.DivClassName
{
background-color: #992FC1;
}
.BgClassName
{
background-color: #992FC1;
}
</style>
border-color css
<style>
span { border-color: #992FC1; }
span { border-color: rgb(153,47,193); }
td.TdClassName
{
border-color: #992FC1;
}
.TagClassName
{
border-color: #992FC1;
}
</style>