Shades of Dark Violet #8A0FDA
Tints of Dark Violet #8A0FDA
RGB
CMYK
RGB Variations
Color information
#8A0FDA (or 0x8A0FDA) is known color: Dark Violet. HEX triplet: 8A, 0F and DA. RGB value is (138,15,218). Sum of RGB (Red+Green+Blue) = 138+15+218=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FDA is #75F025. Grayscale: #4A4A4A. Windows color (decimal): -7729190 or 14290826. OLE color: 14290826.
HSL color Cylindrical-coordinate representation of color #8A0FDA: hue angle of 276.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FDA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 15 | 218 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.15 |
| HSL | 276.35º | 0.87% | 0.46% | - |
| HSV(B) | 276.35º | 0.93% | 0.85% | - |
| XYZ | 23.31 | 10.81 | 67.19 | - |
| YUV | 74.92 | 208.75 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 218 | 0.37 | 0.93 | 0 | 0.15 | 276.35 | 0.87 | 0.46 |
| Hex | 8A | F | DA | 25 | 5D | 0 | F | 114 | 57 | 2E |
| Octal | 212 | 17 | 332 | 45 | 135 | 0 | 17 | 424 | 127 | 56 |
| Binary | 10001010 | 1111 | 11011010 | 100101 | 1011101 | 0 | 1111 | 100010100 | 1010111 | 101110 |
Color Harmonies of #8A0FDA
Complementary color
Monochromatic Colors of #8A0FDA
Black with #8A0FDA
Text Example
Text Example
White with #8A0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FDA; }
p { color: rgb(138,15,218); }
H1.HeaderClassName
{
color: #8A0FDA;
}
.AnyTagClassName
{
color: #8A0FDA;
}
</style>
background-color css
<style>
a { background-color: #8A0FDA; }
a { background-color: rgb(138,15,218); }
div.DivClassName
{
background-color: #8A0FDA;
}
.BgClassName
{
background-color: #8A0FDA;
}
</style>
border-color css
<style>
span { border-color: #8A0FDA; }
span { border-color: rgb(138,15,218); }
td.TdClassName
{
border-color: #8A0FDA;
}
.TagClassName
{
border-color: #8A0FDA;
}
</style>