Shades of Blue Violet #8F15DD
Tints of Blue Violet #8F15DD
RGB
CMYK
RGB Variations
Color information
#8F15DD (or 0x8F15DD) is known color: Blue Violet. HEX triplet: 8F, 15 and DD. RGB value is (143,21,221). Sum of RGB (Red+Green+Blue) = 143+21+221=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F15DD is #70EA22. Grayscale: #4F4F4F. Windows color (decimal): -7399971 or 14488975. OLE color: 14488975.
HSL color Cylindrical-coordinate representation of color #8F15DD: hue angle of 276.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F15DD is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 21 | 221 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.13 |
| HSL | 276.6º | 0.83% | 0.47% | - |
| HSV(B) | 276.6º | 0.9% | 0.87% | - |
| XYZ | 24.65 | 11.6 | 69.35 | - |
| YUV | 80.28 | 207.42 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 221 | 0.35 | 0.90 | 0 | 0.13 | 276.6 | 0.83 | 0.47 |
| Hex | 8F | 15 | DD | 23 | 5A | 0 | D | 115 | 53 | 2F |
| Octal | 217 | 25 | 335 | 43 | 132 | 0 | 15 | 425 | 123 | 57 |
| Binary | 10001111 | 10101 | 11011101 | 100011 | 1011010 | 0 | 1101 | 100010101 | 1010011 | 101111 |
Color Harmonies of #8F15DD
Complementary color
Monochromatic Colors of #8F15DD
Black with #8F15DD
Text Example
Text Example
White with #8F15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F15DD; }
p { color: rgb(143,21,221); }
H1.HeaderClassName
{
color: #8F15DD;
}
.AnyTagClassName
{
color: #8F15DD;
}
</style>
background-color css
<style>
a { background-color: #8F15DD; }
a { background-color: rgb(143,21,221); }
div.DivClassName
{
background-color: #8F15DD;
}
.BgClassName
{
background-color: #8F15DD;
}
</style>
border-color css
<style>
span { border-color: #8F15DD; }
span { border-color: rgb(143,21,221); }
td.TdClassName
{
border-color: #8F15DD;
}
.TagClassName
{
border-color: #8F15DD;
}
</style>