Shades of Dark Orchid #992AC0
Tints of Dark Orchid #992AC0
RGB
CMYK
RGB Variations
Color information
#992AC0 (or 0x992AC0) is known color: Dark Orchid. HEX triplet: 99, 2A and C0. RGB value is (153,42,192). Sum of RGB (Red+Green+Blue) = 153+42+192=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #992AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992AC0 is #66D53F. Grayscale: #5B5B5B. Windows color (decimal): -6739264 or 12593817. OLE color: 12593817.
HSL color Cylindrical-coordinate representation of color #992AC0: hue angle of 284.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992AC0 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 42 | 192 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.25 |
| HSL | 284.4º | 0.64% | 0.46% | - |
| HSV(B) | 284.4º | 0.78% | 0.75% | - |
| XYZ | 23.48 | 12.23 | 50.99 | - |
| YUV | 92.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 192 | 0.20 | 0.78 | 0 | 0.25 | 284.4 | 0.64 | 0.46 |
| Hex | 99 | 2A | C0 | 14 | 4E | 0 | 19 | 11C | 40 | 2E |
| Octal | 231 | 52 | 300 | 24 | 116 | 0 | 31 | 434 | 100 | 56 |
| Binary | 10011001 | 101010 | 11000000 | 10100 | 1001110 | 0 | 11001 | 100011100 | 1000000 | 101110 |
Color Harmonies of #992AC0
Complementary color
Monochromatic Colors of #992AC0
Black with #992AC0
Text Example
Text Example
White with #992AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AC0; }
p { color: rgb(153,42,192); }
H1.HeaderClassName
{
color: #992AC0;
}
.AnyTagClassName
{
color: #992AC0;
}
</style>
background-color css
<style>
a { background-color: #992AC0; }
a { background-color: rgb(153,42,192); }
div.DivClassName
{
background-color: #992AC0;
}
.BgClassName
{
background-color: #992AC0;
}
</style>
border-color css
<style>
span { border-color: #992AC0; }
span { border-color: rgb(153,42,192); }
td.TdClassName
{
border-color: #992AC0;
}
.TagClassName
{
border-color: #992AC0;
}
</style>