Shades of Dark Orchid #992AC9
Tints of Dark Orchid #992AC9
RGB
CMYK
RGB Variations
Color information
#992AC9 (or 0x992AC9) is known color: Dark Orchid. HEX triplet: 99, 2A and C9. RGB value is (153,42,201). Sum of RGB (Red+Green+Blue) = 153+42+201=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #992AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992AC9 is #66D536. Grayscale: #5C5C5C. Windows color (decimal): -6739255 or 13183641. OLE color: 13183641.
HSL color Cylindrical-coordinate representation of color #992AC9: hue angle of 281.89º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992AC9 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 42 | 201 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.21 |
| HSL | 281.89º | 0.65% | 0.48% | - |
| HSV(B) | 281.89º | 0.79% | 0.79% | - |
| XYZ | 24.51 | 12.65 | 56.41 | - |
| YUV | 93.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 201 | 0.24 | 0.79 | 0 | 0.21 | 281.89 | 0.65 | 0.48 |
| Hex | 99 | 2A | C9 | 18 | 4F | 0 | 15 | 11A | 41 | 30 |
| Octal | 231 | 52 | 311 | 30 | 117 | 0 | 25 | 432 | 101 | 60 |
| Binary | 10011001 | 101010 | 11001001 | 11000 | 1001111 | 0 | 10101 | 100011010 | 1000001 | 110000 |
Color Harmonies of #992AC9
Complementary color
Monochromatic Colors of #992AC9
Black with #992AC9
Text Example
Text Example
White with #992AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AC9; }
p { color: rgb(153,42,201); }
H1.HeaderClassName
{
color: #992AC9;
}
.AnyTagClassName
{
color: #992AC9;
}
</style>
background-color css
<style>
a { background-color: #992AC9; }
a { background-color: rgb(153,42,201); }
div.DivClassName
{
background-color: #992AC9;
}
.BgClassName
{
background-color: #992AC9;
}
</style>
border-color css
<style>
span { border-color: #992AC9; }
span { border-color: rgb(153,42,201); }
td.TdClassName
{
border-color: #992AC9;
}
.TagClassName
{
border-color: #992AC9;
}
</style>