Shades of Blue Violet #8F18DC
Tints of Blue Violet #8F18DC
RGB
CMYK
RGB Variations
Color information
#8F18DC (or 0x8F18DC) is known color: Blue Violet. HEX triplet: 8F, 18 and DC. RGB value is (143,24,220). Sum of RGB (Red+Green+Blue) = 143+24+220=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F18DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18DC is #70E723. Grayscale: #515151. Windows color (decimal): -7399204 or 14424207. OLE color: 14424207.
HSL color Cylindrical-coordinate representation of color #8F18DC: hue angle of 276.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F18DC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 24 | 220 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.14 |
| HSL | 276.43º | 0.8% | 0.48% | - |
| HSV(B) | 276.43º | 0.89% | 0.86% | - |
| XYZ | 24.57 | 11.66 | 68.67 | - |
| YUV | 81.93 | 205.92 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 220 | 0.35 | 0.89 | 0 | 0.14 | 276.43 | 0.8 | 0.48 |
| Hex | 8F | 18 | DC | 23 | 59 | 0 | E | 114 | 50 | 30 |
| Octal | 217 | 30 | 334 | 43 | 131 | 0 | 16 | 424 | 120 | 60 |
| Binary | 10001111 | 11000 | 11011100 | 100011 | 1011001 | 0 | 1110 | 100010100 | 1010000 | 110000 |
Color Harmonies of #8F18DC
Complementary color
Monochromatic Colors of #8F18DC
Black with #8F18DC
Text Example
Text Example
White with #8F18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18DC; }
p { color: rgb(143,24,220); }
H1.HeaderClassName
{
color: #8F18DC;
}
.AnyTagClassName
{
color: #8F18DC;
}
</style>
background-color css
<style>
a { background-color: #8F18DC; }
a { background-color: rgb(143,24,220); }
div.DivClassName
{
background-color: #8F18DC;
}
.BgClassName
{
background-color: #8F18DC;
}
</style>
border-color css
<style>
span { border-color: #8F18DC; }
span { border-color: rgb(143,24,220); }
td.TdClassName
{
border-color: #8F18DC;
}
.TagClassName
{
border-color: #8F18DC;
}
</style>