Shades of Dark Orchid #A839C9
Tints of Dark Orchid #A839C9
RGB
CMYK
RGB Variations
Color information
#A839C9 (or 0xA839C9) is known color: Dark Orchid. HEX triplet: A8, 39 and C9. RGB value is (168,57,201). Sum of RGB (Red+Green+Blue) = 168+57+201=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #A839C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839C9 is #57C636. Grayscale: #6A6A6A. Windows color (decimal): -5752375 or 13187496. OLE color: 13187496.
HSL color Cylindrical-coordinate representation of color #A839C9: hue angle of 286.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A839C9 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 57 | 201 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.21 |
| HSL | 286.25º | 0.57% | 0.51% | - |
| HSV(B) | 286.25º | 0.72% | 0.79% | - |
| XYZ | 28.15 | 15.47 | 56.76 | - |
| YUV | 106.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 201 | 0.16 | 0.72 | 0 | 0.21 | 286.25 | 0.57 | 0.51 |
| Hex | A8 | 39 | C9 | 10 | 48 | 0 | 15 | 11E | 39 | 33 |
| Octal | 250 | 71 | 311 | 20 | 110 | 0 | 25 | 436 | 71 | 63 |
| Binary | 10101000 | 111001 | 11001001 | 10000 | 1001000 | 0 | 10101 | 100011110 | 111001 | 110011 |
Color Harmonies of #A839C9
Complementary color
Monochromatic Colors of #A839C9
Black with #A839C9
Text Example
Text Example
White with #A839C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839C9; }
p { color: rgb(168,57,201); }
H1.HeaderClassName
{
color: #A839C9;
}
.AnyTagClassName
{
color: #A839C9;
}
</style>
background-color css
<style>
a { background-color: #A839C9; }
a { background-color: rgb(168,57,201); }
div.DivClassName
{
background-color: #A839C9;
}
.BgClassName
{
background-color: #A839C9;
}
</style>
border-color css
<style>
span { border-color: #A839C9; }
span { border-color: rgb(168,57,201); }
td.TdClassName
{
border-color: #A839C9;
}
.TagClassName
{
border-color: #A839C9;
}
</style>