Shades of Blue Violet #8F2FEB
Tints of Blue Violet #8F2FEB
RGB
CMYK
RGB Variations
Color information
#8F2FEB (or 0x8F2FEB) is known color: Blue Violet. HEX triplet: 8F, 2F and EB. RGB value is (143,47,235). Sum of RGB (Red+Green+Blue) = 143+47+235=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2FEB is #70D014. Grayscale: #606060. Windows color (decimal): -7393301 or 15413135. OLE color: 15413135.
HSL color Cylindrical-coordinate representation of color #8F2FEB: hue angle of 270.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2FEB is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 47 | 235 | - |
| CMYK | 0.39 | 0.8 | 0 | 0.08 |
| HSL | 270.64º | 0.82% | 0.55% | - |
| HSV(B) | 270.64º | 0.8% | 0.92% | - |
| XYZ | 27.34 | 13.87 | 79.83 | - |
| YUV | 97.14 | 205.8 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 235 | 0.39 | 0.8 | 0 | 0.08 | 270.64 | 0.82 | 0.55 |
| Hex | 8F | 2F | EB | 27 | 50 | 0 | 8 | 10F | 52 | 37 |
| Octal | 217 | 57 | 353 | 47 | 120 | 0 | 10 | 417 | 122 | 67 |
| Binary | 10001111 | 101111 | 11101011 | 100111 | 1010000 | 0 | 1000 | 100001111 | 1010010 | 110111 |
Color Harmonies of #8F2FEB
Complementary color
Monochromatic Colors of #8F2FEB
Black with #8F2FEB
Text Example
Text Example
White with #8F2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2FEB; }
p { color: rgb(143,47,235); }
H1.HeaderClassName
{
color: #8F2FEB;
}
.AnyTagClassName
{
color: #8F2FEB;
}
</style>
background-color css
<style>
a { background-color: #8F2FEB; }
a { background-color: rgb(143,47,235); }
div.DivClassName
{
background-color: #8F2FEB;
}
.BgClassName
{
background-color: #8F2FEB;
}
</style>
border-color css
<style>
span { border-color: #8F2FEB; }
span { border-color: rgb(143,47,235); }
td.TdClassName
{
border-color: #8F2FEB;
}
.TagClassName
{
border-color: #8F2FEB;
}
</style>