Shades of Dark Violet #A509E7
Tints of Dark Violet #A509E7
RGB
CMYK
RGB Variations
Color information
#A509E7 (or 0xA509E7) is known color: Dark Violet. HEX triplet: A5, 09 and E7. RGB value is (165,9,231). Sum of RGB (Red+Green+Blue) = 165+9+231=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #A509E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509E7 is #5AF618. Grayscale: #505050. Windows color (decimal): -5961241 or 15141285. OLE color: 15141285.
HSL color Cylindrical-coordinate representation of color #A509E7: hue angle of 282.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509E7 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 9 | 231 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.09 |
| HSL | 282.16º | 0.93% | 0.47% | - |
| HSV(B) | 282.16º | 0.96% | 0.91% | - |
| XYZ | 30.04 | 13.96 | 76.71 | - |
| YUV | 80.95 | 212.68 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 231 | 0.29 | 0.96 | 0 | 0.09 | 282.16 | 0.93 | 0.47 |
| Hex | A5 | 9 | E7 | 1D | 60 | 0 | 9 | 11A | 5C | 2F |
| Octal | 245 | 11 | 347 | 35 | 140 | 0 | 11 | 432 | 134 | 57 |
| Binary | 10100101 | 1001 | 11100111 | 11101 | 1100000 | 0 | 1001 | 100011010 | 1011100 | 101111 |
Color Harmonies of #A509E7
Complementary color
Monochromatic Colors of #A509E7
Black with #A509E7
Text Example
Text Example
White with #A509E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509E7; }
p { color: rgb(165,9,231); }
H1.HeaderClassName
{
color: #A509E7;
}
.AnyTagClassName
{
color: #A509E7;
}
</style>
background-color css
<style>
a { background-color: #A509E7; }
a { background-color: rgb(165,9,231); }
div.DivClassName
{
background-color: #A509E7;
}
.BgClassName
{
background-color: #A509E7;
}
</style>
border-color css
<style>
span { border-color: #A509E7; }
span { border-color: rgb(165,9,231); }
td.TdClassName
{
border-color: #A509E7;
}
.TagClassName
{
border-color: #A509E7;
}
</style>