Shades of Blue Violet #8F2BEB
Tints of Blue Violet #8F2BEB
RGB
CMYK
RGB Variations
Color information
#8F2BEB (or 0x8F2BEB) is known color: Blue Violet. HEX triplet: 8F, 2B and EB. RGB value is (143,43,235). Sum of RGB (Red+Green+Blue) = 143+43+235=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F2BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2BEB is #70D414. Grayscale: #5E5E5E. Windows color (decimal): -7394325 or 15412111. OLE color: 15412111.
HSL color Cylindrical-coordinate representation of color #8F2BEB: hue angle of 271.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F2BEB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 43 | 235 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.08 |
| HSL | 271.25º | 0.83% | 0.55% | - |
| HSV(B) | 271.25º | 0.82% | 0.92% | - |
| XYZ | 27.19 | 13.57 | 79.78 | - |
| YUV | 94.79 | 207.13 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 235 | 0.39 | 0.82 | 0 | 0.08 | 271.25 | 0.83 | 0.55 |
| Hex | 8F | 2B | EB | 27 | 52 | 0 | 8 | 10F | 53 | 37 |
| Octal | 217 | 53 | 353 | 47 | 122 | 0 | 10 | 417 | 123 | 67 |
| Binary | 10001111 | 101011 | 11101011 | 100111 | 1010010 | 0 | 1000 | 100001111 | 1010011 | 110111 |
Color Harmonies of #8F2BEB
Complementary color
Monochromatic Colors of #8F2BEB
Black with #8F2BEB
Text Example
Text Example
White with #8F2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BEB; }
p { color: rgb(143,43,235); }
H1.HeaderClassName
{
color: #8F2BEB;
}
.AnyTagClassName
{
color: #8F2BEB;
}
</style>
background-color css
<style>
a { background-color: #8F2BEB; }
a { background-color: rgb(143,43,235); }
div.DivClassName
{
background-color: #8F2BEB;
}
.BgClassName
{
background-color: #8F2BEB;
}
</style>
border-color css
<style>
span { border-color: #8F2BEB; }
span { border-color: rgb(143,43,235); }
td.TdClassName
{
border-color: #8F2BEB;
}
.TagClassName
{
border-color: #8F2BEB;
}
</style>