Shades of Blue Violet #8F41DC
Tints of Blue Violet #8F41DC
RGB
CMYK
RGB Variations
Color information
#8F41DC (or 0x8F41DC) is known color: Blue Violet. HEX triplet: 8F, 41 and DC. RGB value is (143,65,220). Sum of RGB (Red+Green+Blue) = 143+65+220=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F41DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41DC is #70BE23. Grayscale: #696969. Windows color (decimal): -7388708 or 14434703. OLE color: 14434703.
HSL color Cylindrical-coordinate representation of color #8F41DC: hue angle of 270.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F41DC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 65 | 220 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.14 |
| HSL | 270.19º | 0.69% | 0.56% | - |
| HSV(B) | 270.19º | 0.7% | 0.86% | - |
| XYZ | 26.14 | 14.79 | 69.19 | - |
| YUV | 105.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 220 | 0.35 | 0.70 | 0 | 0.14 | 270.19 | 0.69 | 0.56 |
| Hex | 8F | 41 | DC | 23 | 46 | 0 | E | 10E | 45 | 38 |
| Octal | 217 | 101 | 334 | 43 | 106 | 0 | 16 | 416 | 105 | 70 |
| Binary | 10001111 | 1000001 | 11011100 | 100011 | 1000110 | 0 | 1110 | 100001110 | 1000101 | 111000 |
Color Harmonies of #8F41DC
Complementary color
Monochromatic Colors of #8F41DC
Black with #8F41DC
Text Example
Text Example
White with #8F41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41DC; }
p { color: rgb(143,65,220); }
H1.HeaderClassName
{
color: #8F41DC;
}
.AnyTagClassName
{
color: #8F41DC;
}
</style>
background-color css
<style>
a { background-color: #8F41DC; }
a { background-color: rgb(143,65,220); }
div.DivClassName
{
background-color: #8F41DC;
}
.BgClassName
{
background-color: #8F41DC;
}
</style>
border-color css
<style>
span { border-color: #8F41DC; }
span { border-color: rgb(143,65,220); }
td.TdClassName
{
border-color: #8F41DC;
}
.TagClassName
{
border-color: #8F41DC;
}
</style>