Shades of Dark Violet #8F15AF
Tints of Dark Violet #8F15AF
RGB
CMYK
RGB Variations
Color information
#8F15AF (or 0x8F15AF) is known color: Dark Violet. HEX triplet: 8F, 15 and AF. RGB value is (143,21,175). Sum of RGB (Red+Green+Blue) = 143+21+175=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F15AF is #70EA50. Grayscale: #4A4A4A. Windows color (decimal): -7400017 or 11474319. OLE color: 11474319.
HSL color Cylindrical-coordinate representation of color #8F15AF: hue angle of 287.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F15AF is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 21 | 175 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.31 |
| HSL | 287.53º | 0.79% | 0.38% | - |
| HSV(B) | 287.53º | 0.88% | 0.69% | - |
| XYZ | 19.33 | 9.47 | 41.37 | - |
| YUV | 75.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 175 | 0.18 | 0.88 | 0 | 0.31 | 287.53 | 0.79 | 0.38 |
| Hex | 8F | 15 | AF | 12 | 58 | 0 | 1F | 120 | 4F | 26 |
| Octal | 217 | 25 | 257 | 22 | 130 | 0 | 37 | 440 | 117 | 46 |
| Binary | 10001111 | 10101 | 10101111 | 10010 | 1011000 | 0 | 11111 | 100100000 | 1001111 | 100110 |
Color Harmonies of #8F15AF
Complementary color
Monochromatic Colors of #8F15AF
Black with #8F15AF
Text Example
Text Example
White with #8F15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F15AF; }
p { color: rgb(143,21,175); }
H1.HeaderClassName
{
color: #8F15AF;
}
.AnyTagClassName
{
color: #8F15AF;
}
</style>
background-color css
<style>
a { background-color: #8F15AF; }
a { background-color: rgb(143,21,175); }
div.DivClassName
{
background-color: #8F15AF;
}
.BgClassName
{
background-color: #8F15AF;
}
</style>
border-color css
<style>
span { border-color: #8F15AF; }
span { border-color: rgb(143,21,175); }
td.TdClassName
{
border-color: #8F15AF;
}
.TagClassName
{
border-color: #8F15AF;
}
</style>