Shades of Dark Orchid #A83FE9
Tints of Dark Orchid #A83FE9
RGB
CMYK
RGB Variations
Color information
#A83FE9 (or 0xA83FE9) is known color: Dark Orchid. HEX triplet: A8, 3F and E9. RGB value is (168,63,233). Sum of RGB (Red+Green+Blue) = 168+63+233=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #A83FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FE9 is #57C016. Grayscale: #717171. Windows color (decimal): -5750807 or 15286184. OLE color: 15286184.
HSL color Cylindrical-coordinate representation of color #A83FE9: hue angle of 277.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83FE9 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 63 | 233 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.09 |
| HSL | 277.06º | 0.79% | 0.58% | - |
| HSV(B) | 277.06º | 0.73% | 0.91% | - |
| XYZ | 32.63 | 17.76 | 78.8 | - |
| YUV | 113.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 233 | 0.28 | 0.73 | 0 | 0.09 | 277.06 | 0.79 | 0.58 |
| Hex | A8 | 3F | E9 | 1C | 49 | 0 | 9 | 115 | 4F | 3A |
| Octal | 250 | 77 | 351 | 34 | 111 | 0 | 11 | 425 | 117 | 72 |
| Binary | 10101000 | 111111 | 11101001 | 11100 | 1001001 | 0 | 1001 | 100010101 | 1001111 | 111010 |
Color Harmonies of #A83FE9
Complementary color
Monochromatic Colors of #A83FE9
Black with #A83FE9
Text Example
Text Example
White with #A83FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FE9; }
p { color: rgb(168,63,233); }
H1.HeaderClassName
{
color: #A83FE9;
}
.AnyTagClassName
{
color: #A83FE9;
}
</style>
background-color css
<style>
a { background-color: #A83FE9; }
a { background-color: rgb(168,63,233); }
div.DivClassName
{
background-color: #A83FE9;
}
.BgClassName
{
background-color: #A83FE9;
}
</style>
border-color css
<style>
span { border-color: #A83FE9; }
span { border-color: rgb(168,63,233); }
td.TdClassName
{
border-color: #A83FE9;
}
.TagClassName
{
border-color: #A83FE9;
}
</style>