Shades of Blue Violet #8F3BE0
Tints of Blue Violet #8F3BE0
RGB
CMYK
RGB Variations
Color information
#8F3BE0 (or 0x8F3BE0) is known color: Blue Violet. HEX triplet: 8F, 3B and E0. RGB value is (143,59,224). Sum of RGB (Red+Green+Blue) = 143+59+224=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F3BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BE0 is #70C41F. Grayscale: #666666. Windows color (decimal): -7390240 or 14695311. OLE color: 14695311.
HSL color Cylindrical-coordinate representation of color #8F3BE0: hue angle of 270.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3BE0 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 59 | 224 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.12 |
| HSL | 270.55º | 0.73% | 0.55% | - |
| HSV(B) | 270.55º | 0.74% | 0.88% | - |
| XYZ | 26.35 | 14.35 | 71.9 | - |
| YUV | 102.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 224 | 0.36 | 0.74 | 0 | 0.12 | 270.55 | 0.73 | 0.55 |
| Hex | 8F | 3B | E0 | 24 | 4A | 0 | C | 10F | 49 | 37 |
| Octal | 217 | 73 | 340 | 44 | 112 | 0 | 14 | 417 | 111 | 67 |
| Binary | 10001111 | 111011 | 11100000 | 100100 | 1001010 | 0 | 1100 | 100001111 | 1001001 | 110111 |
Color Harmonies of #8F3BE0
Complementary color
Monochromatic Colors of #8F3BE0
Black with #8F3BE0
Text Example
Text Example
White with #8F3BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BE0; }
p { color: rgb(143,59,224); }
H1.HeaderClassName
{
color: #8F3BE0;
}
.AnyTagClassName
{
color: #8F3BE0;
}
</style>
background-color css
<style>
a { background-color: #8F3BE0; }
a { background-color: rgb(143,59,224); }
div.DivClassName
{
background-color: #8F3BE0;
}
.BgClassName
{
background-color: #8F3BE0;
}
</style>
border-color css
<style>
span { border-color: #8F3BE0; }
span { border-color: rgb(143,59,224); }
td.TdClassName
{
border-color: #8F3BE0;
}
.TagClassName
{
border-color: #8F3BE0;
}
</style>