Shades of Dark Violet #8A0FDC
Tints of Dark Violet #8A0FDC
RGB
CMYK
RGB Variations
Color information
#8A0FDC (or 0x8A0FDC) is known color: Dark Violet. HEX triplet: 8A, 0F and DC. RGB value is (138,15,220). Sum of RGB (Red+Green+Blue) = 138+15+220=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A0FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0FDC is #75F023. Grayscale: #4A4A4A. Windows color (decimal): -7729188 or 14421898. OLE color: 14421898.
HSL color Cylindrical-coordinate representation of color #8A0FDC: hue angle of 276º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0FDC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 15 | 220 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.14 |
| HSL | 276º | 0.87% | 0.46% | - |
| HSV(B) | 276º | 0.93% | 0.86% | - |
| XYZ | 23.57 | 10.91 | 68.57 | - |
| YUV | 75.15 | 209.75 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 220 | 0.37 | 0.93 | 0 | 0.14 | 276 | 0.87 | 0.46 |
| Hex | 8A | F | DC | 25 | 5D | 0 | E | 114 | 57 | 2E |
| Octal | 212 | 17 | 334 | 45 | 135 | 0 | 16 | 424 | 127 | 56 |
| Binary | 10001010 | 1111 | 11011100 | 100101 | 1011101 | 0 | 1110 | 100010100 | 1010111 | 101110 |
Color Harmonies of #8A0FDC
Complementary color
Monochromatic Colors of #8A0FDC
Black with #8A0FDC
Text Example
Text Example
White with #8A0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FDC; }
p { color: rgb(138,15,220); }
H1.HeaderClassName
{
color: #8A0FDC;
}
.AnyTagClassName
{
color: #8A0FDC;
}
</style>
background-color css
<style>
a { background-color: #8A0FDC; }
a { background-color: rgb(138,15,220); }
div.DivClassName
{
background-color: #8A0FDC;
}
.BgClassName
{
background-color: #8A0FDC;
}
</style>
border-color css
<style>
span { border-color: #8A0FDC; }
span { border-color: rgb(138,15,220); }
td.TdClassName
{
border-color: #8A0FDC;
}
.TagClassName
{
border-color: #8A0FDC;
}
</style>