Shades of Dark Violet #8A09DA
Tints of Dark Violet #8A09DA
RGB
CMYK
RGB Variations
Color information
#8A09DA (or 0x8A09DA) is known color: Dark Violet. HEX triplet: 8A, 09 and DA. RGB value is (138,9,218). Sum of RGB (Red+Green+Blue) = 138+9+218=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A09DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09DA is #75F625. Grayscale: #464646. Windows color (decimal): -7730726 or 14289290. OLE color: 14289290.
HSL color Cylindrical-coordinate representation of color #8A09DA: hue angle of 277.03º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A09DA is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 9 | 218 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.15 |
| HSL | 277.03º | 0.92% | 0.45% | - |
| HSV(B) | 277.03º | 0.96% | 0.85% | - |
| XYZ | 23.23 | 10.66 | 67.16 | - |
| YUV | 71.4 | 210.74 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 218 | 0.37 | 0.96 | 0 | 0.15 | 277.03 | 0.92 | 0.45 |
| Hex | 8A | 9 | DA | 25 | 60 | 0 | F | 115 | 5C | 2D |
| Octal | 212 | 11 | 332 | 45 | 140 | 0 | 17 | 425 | 134 | 55 |
| Binary | 10001010 | 1001 | 11011010 | 100101 | 1100000 | 0 | 1111 | 100010101 | 1011100 | 101101 |
Color Harmonies of #8A09DA
Complementary color
Monochromatic Colors of #8A09DA
Black with #8A09DA
Text Example
Text Example
White with #8A09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A09DA; }
p { color: rgb(138,9,218); }
H1.HeaderClassName
{
color: #8A09DA;
}
.AnyTagClassName
{
color: #8A09DA;
}
</style>
background-color css
<style>
a { background-color: #8A09DA; }
a { background-color: rgb(138,9,218); }
div.DivClassName
{
background-color: #8A09DA;
}
.BgClassName
{
background-color: #8A09DA;
}
</style>
border-color css
<style>
span { border-color: #8A09DA; }
span { border-color: rgb(138,9,218); }
td.TdClassName
{
border-color: #8A09DA;
}
.TagClassName
{
border-color: #8A09DA;
}
</style>