Shades of Dark Violet #8A15D7
Tints of Dark Violet #8A15D7
RGB
CMYK
RGB Variations
Color information
#8A15D7 (or 0x8A15D7) is known color: Dark Violet. HEX triplet: 8A, 15 and D7. RGB value is (138,21,215). Sum of RGB (Red+Green+Blue) = 138+21+215=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A15D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15D7 is #75EA28. Grayscale: #4D4D4D. Windows color (decimal): -7727657 or 14095754. OLE color: 14095754.
HSL color Cylindrical-coordinate representation of color #8A15D7: hue angle of 276.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A15D7 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 21 | 215 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.16 |
| HSL | 276.19º | 0.82% | 0.46% | - |
| HSV(B) | 276.19º | 0.9% | 0.84% | - |
| XYZ | 23.02 | 10.85 | 65.17 | - |
| YUV | 78.1 | 205.26 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 215 | 0.36 | 0.90 | 0 | 0.16 | 276.19 | 0.82 | 0.46 |
| Hex | 8A | 15 | D7 | 24 | 5A | 0 | 10 | 114 | 52 | 2E |
| Octal | 212 | 25 | 327 | 44 | 132 | 0 | 20 | 424 | 122 | 56 |
| Binary | 10001010 | 10101 | 11010111 | 100100 | 1011010 | 0 | 10000 | 100010100 | 1010010 | 101110 |
Color Harmonies of #8A15D7
Complementary color
Monochromatic Colors of #8A15D7
Black with #8A15D7
Text Example
Text Example
White with #8A15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A15D7; }
p { color: rgb(138,21,215); }
H1.HeaderClassName
{
color: #8A15D7;
}
.AnyTagClassName
{
color: #8A15D7;
}
</style>
background-color css
<style>
a { background-color: #8A15D7; }
a { background-color: rgb(138,21,215); }
div.DivClassName
{
background-color: #8A15D7;
}
.BgClassName
{
background-color: #8A15D7;
}
</style>
border-color css
<style>
span { border-color: #8A15D7; }
span { border-color: rgb(138,21,215); }
td.TdClassName
{
border-color: #8A15D7;
}
.TagClassName
{
border-color: #8A15D7;
}
</style>