Shades of Blue Violet #8F4AED
Tints of Blue Violet #8F4AED
RGB
CMYK
RGB Variations
Color information
#8F4AED (or 0x8F4AED) is known color: Blue Violet. HEX triplet: 8F, 4A and ED. RGB value is (143,74,237). Sum of RGB (Red+Green+Blue) = 143+74+237=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AED is #70B512. Grayscale: #707070. Windows color (decimal): -7386387 or 15551119. OLE color: 15551119.
HSL color Cylindrical-coordinate representation of color #8F4AED: hue angle of 265.4º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4AED is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 74 | 237 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.07 |
| HSL | 265.4º | 0.82% | 0.61% | - |
| HSV(B) | 265.4º | 0.69% | 0.93% | - |
| XYZ | 29.06 | 16.85 | 81.84 | - |
| YUV | 113.21 | 197.86 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 237 | 0.40 | 0.69 | 0 | 0.07 | 265.4 | 0.82 | 0.61 |
| Hex | 8F | 4A | ED | 28 | 45 | 0 | 7 | 109 | 52 | 3D |
| Octal | 217 | 112 | 355 | 50 | 105 | 0 | 7 | 411 | 122 | 75 |
| Binary | 10001111 | 1001010 | 11101101 | 101000 | 1000101 | 0 | 111 | 100001001 | 1010010 | 111101 |
Color Harmonies of #8F4AED
Complementary color
Monochromatic Colors of #8F4AED
Black with #8F4AED
Text Example
Text Example
White with #8F4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4AED; }
p { color: rgb(143,74,237); }
H1.HeaderClassName
{
color: #8F4AED;
}
.AnyTagClassName
{
color: #8F4AED;
}
</style>
background-color css
<style>
a { background-color: #8F4AED; }
a { background-color: rgb(143,74,237); }
div.DivClassName
{
background-color: #8F4AED;
}
.BgClassName
{
background-color: #8F4AED;
}
</style>
border-color css
<style>
span { border-color: #8F4AED; }
span { border-color: rgb(143,74,237); }
td.TdClassName
{
border-color: #8F4AED;
}
.TagClassName
{
border-color: #8F4AED;
}
</style>