Shades of Blue Violet #8F39DC
Tints of Blue Violet #8F39DC
RGB
CMYK
RGB Variations
Color information
#8F39DC (or 0x8F39DC) is known color: Blue Violet. HEX triplet: 8F, 39 and DC. RGB value is (143,57,220). Sum of RGB (Red+Green+Blue) = 143+57+220=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F39DC is #70C623. Grayscale: #646464. Windows color (decimal): -7390756 or 14432655. OLE color: 14432655.
HSL color Cylindrical-coordinate representation of color #8F39DC: hue angle of 271.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F39DC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 57 | 220 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.14 |
| HSL | 271.66º | 0.7% | 0.54% | - |
| HSV(B) | 271.66º | 0.74% | 0.86% | - |
| XYZ | 25.71 | 13.93 | 69.04 | - |
| YUV | 101.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 220 | 0.35 | 0.74 | 0 | 0.14 | 271.66 | 0.7 | 0.54 |
| Hex | 8F | 39 | DC | 23 | 4A | 0 | E | 110 | 46 | 36 |
| Octal | 217 | 71 | 334 | 43 | 112 | 0 | 16 | 420 | 106 | 66 |
| Binary | 10001111 | 111001 | 11011100 | 100011 | 1001010 | 0 | 1110 | 100010000 | 1000110 | 110110 |
Color Harmonies of #8F39DC
Complementary color
Monochromatic Colors of #8F39DC
Black with #8F39DC
Text Example
Text Example
White with #8F39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F39DC; }
p { color: rgb(143,57,220); }
H1.HeaderClassName
{
color: #8F39DC;
}
.AnyTagClassName
{
color: #8F39DC;
}
</style>
background-color css
<style>
a { background-color: #8F39DC; }
a { background-color: rgb(143,57,220); }
div.DivClassName
{
background-color: #8F39DC;
}
.BgClassName
{
background-color: #8F39DC;
}
</style>
border-color css
<style>
span { border-color: #8F39DC; }
span { border-color: rgb(143,57,220); }
td.TdClassName
{
border-color: #8F39DC;
}
.TagClassName
{
border-color: #8F39DC;
}
</style>