Shades of Dark Orchid #A939E9
Tints of Dark Orchid #A939E9
RGB
CMYK
RGB Variations
Color information
#A939E9 (or 0xA939E9) is known color: Dark Orchid. HEX triplet: A9, 39 and E9. RGB value is (169,57,233). Sum of RGB (Red+Green+Blue) = 169+57+233=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #A939E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A939E9 is #56C616. Grayscale: #6D6D6D. Windows color (decimal): -5686807 or 15284649. OLE color: 15284649.
HSL color Cylindrical-coordinate representation of color #A939E9: hue angle of 278.18º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A939E9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 57 | 233 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.09 |
| HSL | 278.18º | 0.8% | 0.57% | - |
| HSV(B) | 278.18º | 0.76% | 0.91% | - |
| XYZ | 32.53 | 17.24 | 78.7 | - |
| YUV | 110.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 233 | 0.27 | 0.76 | 0 | 0.09 | 278.18 | 0.8 | 0.57 |
| Hex | A9 | 39 | E9 | 1B | 4C | 0 | 9 | 116 | 50 | 39 |
| Octal | 251 | 71 | 351 | 33 | 114 | 0 | 11 | 426 | 120 | 71 |
| Binary | 10101001 | 111001 | 11101001 | 11011 | 1001100 | 0 | 1001 | 100010110 | 1010000 | 111001 |
Color Harmonies of #A939E9
Complementary color
Monochromatic Colors of #A939E9
Black with #A939E9
Text Example
Text Example
White with #A939E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939E9; }
p { color: rgb(169,57,233); }
H1.HeaderClassName
{
color: #A939E9;
}
.AnyTagClassName
{
color: #A939E9;
}
</style>
background-color css
<style>
a { background-color: #A939E9; }
a { background-color: rgb(169,57,233); }
div.DivClassName
{
background-color: #A939E9;
}
.BgClassName
{
background-color: #A939E9;
}
</style>
border-color css
<style>
span { border-color: #A939E9; }
span { border-color: rgb(169,57,233); }
td.TdClassName
{
border-color: #A939E9;
}
.TagClassName
{
border-color: #A939E9;
}
</style>