Shades of Blue Violet #8F41DA
Tints of Blue Violet #8F41DA
RGB
CMYK
RGB Variations
Color information
#8F41DA (or 0x8F41DA) is known color: Blue Violet. HEX triplet: 8F, 41 and DA. RGB value is (143,65,218). Sum of RGB (Red+Green+Blue) = 143+65+218=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F41DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41DA is #70BE25. Grayscale: #696969. Windows color (decimal): -7388710 or 14303631. OLE color: 14303631.
HSL color Cylindrical-coordinate representation of color #8F41DA: hue angle of 270.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F41DA is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 65 | 218 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.15 |
| HSL | 270.59º | 0.67% | 0.55% | - |
| HSV(B) | 270.59º | 0.7% | 0.85% | - |
| XYZ | 25.87 | 14.68 | 67.8 | - |
| YUV | 105.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 218 | 0.34 | 0.70 | 0 | 0.15 | 270.59 | 0.67 | 0.55 |
| Hex | 8F | 41 | DA | 22 | 46 | 0 | F | 10F | 43 | 37 |
| Octal | 217 | 101 | 332 | 42 | 106 | 0 | 17 | 417 | 103 | 67 |
| Binary | 10001111 | 1000001 | 11011010 | 100010 | 1000110 | 0 | 1111 | 100001111 | 1000011 | 110111 |
Color Harmonies of #8F41DA
Complementary color
Monochromatic Colors of #8F41DA
Black with #8F41DA
Text Example
Text Example
White with #8F41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41DA; }
p { color: rgb(143,65,218); }
H1.HeaderClassName
{
color: #8F41DA;
}
.AnyTagClassName
{
color: #8F41DA;
}
</style>
background-color css
<style>
a { background-color: #8F41DA; }
a { background-color: rgb(143,65,218); }
div.DivClassName
{
background-color: #8F41DA;
}
.BgClassName
{
background-color: #8F41DA;
}
</style>
border-color css
<style>
span { border-color: #8F41DA; }
span { border-color: rgb(143,65,218); }
td.TdClassName
{
border-color: #8F41DA;
}
.TagClassName
{
border-color: #8F41DA;
}
</style>