Shades of Dark Orchid #992ACF
Tints of Dark Orchid #992ACF
RGB
CMYK
RGB Variations
Color information
#992ACF (or 0x992ACF) is known color: Dark Orchid. HEX triplet: 99, 2A and CF. RGB value is (153,42,207). Sum of RGB (Red+Green+Blue) = 153+42+207=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #992ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ACF is #66D530. Grayscale: #5D5D5D. Windows color (decimal): -6739249 or 13576857. OLE color: 13576857.
HSL color Cylindrical-coordinate representation of color #992ACF: hue angle of 280.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992ACF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 42 | 207 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.19 |
| HSL | 280.36º | 0.66% | 0.49% | - |
| HSV(B) | 280.36º | 0.8% | 0.81% | - |
| XYZ | 25.23 | 12.93 | 60.2 | - |
| YUV | 94 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 207 | 0.26 | 0.80 | 0 | 0.19 | 280.36 | 0.66 | 0.49 |
| Hex | 99 | 2A | CF | 1A | 50 | 0 | 13 | 118 | 42 | 31 |
| Octal | 231 | 52 | 317 | 32 | 120 | 0 | 23 | 430 | 102 | 61 |
| Binary | 10011001 | 101010 | 11001111 | 11010 | 1010000 | 0 | 10011 | 100011000 | 1000010 | 110001 |
Color Harmonies of #992ACF
Complementary color
Monochromatic Colors of #992ACF
Black with #992ACF
Text Example
Text Example
White with #992ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ACF; }
p { color: rgb(153,42,207); }
H1.HeaderClassName
{
color: #992ACF;
}
.AnyTagClassName
{
color: #992ACF;
}
</style>
background-color css
<style>
a { background-color: #992ACF; }
a { background-color: rgb(153,42,207); }
div.DivClassName
{
background-color: #992ACF;
}
.BgClassName
{
background-color: #992ACF;
}
</style>
border-color css
<style>
span { border-color: #992ACF; }
span { border-color: rgb(153,42,207); }
td.TdClassName
{
border-color: #992ACF;
}
.TagClassName
{
border-color: #992ACF;
}
</style>