Shades of Blue Violet #8F3BE1
Tints of Blue Violet #8F3BE1
RGB
CMYK
RGB Variations
Color information
#8F3BE1 (or 0x8F3BE1) is known color: Blue Violet. HEX triplet: 8F, 3B and E1. RGB value is (143,59,225). Sum of RGB (Red+Green+Blue) = 143+59+225=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BE1 is #70C41E. Grayscale: #666666. Windows color (decimal): -7390239 or 14760847. OLE color: 14760847.
HSL color Cylindrical-coordinate representation of color #8F3BE1: hue angle of 270.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3BE1 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 59 | 225 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.12 |
| HSL | 270.36º | 0.73% | 0.56% | - |
| HSV(B) | 270.36º | 0.74% | 0.88% | - |
| XYZ | 26.48 | 14.4 | 72.62 | - |
| YUV | 103.04 | 196.83 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 225 | 0.36 | 0.74 | 0 | 0.12 | 270.36 | 0.73 | 0.56 |
| Hex | 8F | 3B | E1 | 24 | 4A | 0 | C | 10E | 49 | 38 |
| Octal | 217 | 73 | 341 | 44 | 112 | 0 | 14 | 416 | 111 | 70 |
| Binary | 10001111 | 111011 | 11100001 | 100100 | 1001010 | 0 | 1100 | 100001110 | 1001001 | 111000 |
Color Harmonies of #8F3BE1
Complementary color
Monochromatic Colors of #8F3BE1
Black with #8F3BE1
Text Example
Text Example
White with #8F3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BE1; }
p { color: rgb(143,59,225); }
H1.HeaderClassName
{
color: #8F3BE1;
}
.AnyTagClassName
{
color: #8F3BE1;
}
</style>
background-color css
<style>
a { background-color: #8F3BE1; }
a { background-color: rgb(143,59,225); }
div.DivClassName
{
background-color: #8F3BE1;
}
.BgClassName
{
background-color: #8F3BE1;
}
</style>
border-color css
<style>
span { border-color: #8F3BE1; }
span { border-color: rgb(143,59,225); }
td.TdClassName
{
border-color: #8F3BE1;
}
.TagClassName
{
border-color: #8F3BE1;
}
</style>