Shades of Blue Violet #8F4AEB
Tints of Blue Violet #8F4AEB
RGB
CMYK
RGB Variations
Color information
#8F4AEB (or 0x8F4AEB) is known color: Blue Violet. HEX triplet: 8F, 4A and EB. RGB value is (143,74,235). Sum of RGB (Red+Green+Blue) = 143+74+235=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F4AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AEB is #70B514. Grayscale: #707070. Windows color (decimal): -7386389 or 15420047. OLE color: 15420047.
HSL color Cylindrical-coordinate representation of color #8F4AEB: hue angle of 265.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4AEB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 74 | 235 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.08 |
| HSL | 265.71º | 0.8% | 0.61% | - |
| HSV(B) | 265.71º | 0.69% | 0.92% | - |
| XYZ | 28.77 | 16.74 | 80.31 | - |
| YUV | 112.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 235 | 0.39 | 0.69 | 0 | 0.08 | 265.71 | 0.8 | 0.61 |
| Hex | 8F | 4A | EB | 27 | 45 | 0 | 8 | 10A | 50 | 3D |
| Octal | 217 | 112 | 353 | 47 | 105 | 0 | 10 | 412 | 120 | 75 |
| Binary | 10001111 | 1001010 | 11101011 | 100111 | 1000101 | 0 | 1000 | 100001010 | 1010000 | 111101 |
Color Harmonies of #8F4AEB
Complementary color
Monochromatic Colors of #8F4AEB
Black with #8F4AEB
Text Example
Text Example
White with #8F4AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4AEB; }
p { color: rgb(143,74,235); }
H1.HeaderClassName
{
color: #8F4AEB;
}
.AnyTagClassName
{
color: #8F4AEB;
}
</style>
background-color css
<style>
a { background-color: #8F4AEB; }
a { background-color: rgb(143,74,235); }
div.DivClassName
{
background-color: #8F4AEB;
}
.BgClassName
{
background-color: #8F4AEB;
}
</style>
border-color css
<style>
span { border-color: #8F4AEB; }
span { border-color: rgb(143,74,235); }
td.TdClassName
{
border-color: #8F4AEB;
}
.TagClassName
{
border-color: #8F4AEB;
}
</style>