Shades of Dark Violet #8F15BC
Tints of Dark Violet #8F15BC
RGB
CMYK
RGB Variations
Color information
#8F15BC (or 0x8F15BC) is known color: Dark Violet. HEX triplet: 8F, 15 and BC. RGB value is (143,21,188). Sum of RGB (Red+Green+Blue) = 143+21+188=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F15BC is #70EA43. Grayscale: #4B4B4B. Windows color (decimal): -7400004 or 12326287. OLE color: 12326287.
HSL color Cylindrical-coordinate representation of color #8F15BC: hue angle of 283.83º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F15BC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 21 | 188 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.26 |
| HSL | 283.83º | 0.8% | 0.41% | - |
| HSV(B) | 283.83º | 0.89% | 0.74% | - |
| XYZ | 20.67 | 10.01 | 48.42 | - |
| YUV | 76.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 188 | 0.24 | 0.89 | 0 | 0.26 | 283.83 | 0.8 | 0.41 |
| Hex | 8F | 15 | BC | 18 | 59 | 0 | 1A | 11C | 50 | 29 |
| Octal | 217 | 25 | 274 | 30 | 131 | 0 | 32 | 434 | 120 | 51 |
| Binary | 10001111 | 10101 | 10111100 | 11000 | 1011001 | 0 | 11010 | 100011100 | 1010000 | 101001 |
Color Harmonies of #8F15BC
Complementary color
Monochromatic Colors of #8F15BC
Black with #8F15BC
Text Example
Text Example
White with #8F15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F15BC; }
p { color: rgb(143,21,188); }
H1.HeaderClassName
{
color: #8F15BC;
}
.AnyTagClassName
{
color: #8F15BC;
}
</style>
background-color css
<style>
a { background-color: #8F15BC; }
a { background-color: rgb(143,21,188); }
div.DivClassName
{
background-color: #8F15BC;
}
.BgClassName
{
background-color: #8F15BC;
}
</style>
border-color css
<style>
span { border-color: #8F15BC; }
span { border-color: rgb(143,21,188); }
td.TdClassName
{
border-color: #8F15BC;
}
.TagClassName
{
border-color: #8F15BC;
}
</style>