Shades of Blue Violet #8F43ED
Tints of Blue Violet #8F43ED
RGB
CMYK
RGB Variations
Color information
#8F43ED (or 0x8F43ED) is known color: Blue Violet. HEX triplet: 8F, 43 and ED. RGB value is (143,67,237). Sum of RGB (Red+Green+Blue) = 143+67+237=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F43ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F43ED is #70BC12. Grayscale: #6C6C6C. Windows color (decimal): -7388179 or 15549327. OLE color: 15549327.
HSL color Cylindrical-coordinate representation of color #8F43ED: hue angle of 266.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F43ED is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 67 | 237 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.07 |
| HSL | 266.82º | 0.83% | 0.6% | - |
| HSV(B) | 266.82º | 0.72% | 0.93% | - |
| XYZ | 28.62 | 15.97 | 81.69 | - |
| YUV | 109.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 237 | 0.40 | 0.72 | 0 | 0.07 | 266.82 | 0.83 | 0.6 |
| Hex | 8F | 43 | ED | 28 | 48 | 0 | 7 | 10B | 53 | 3C |
| Octal | 217 | 103 | 355 | 50 | 110 | 0 | 7 | 413 | 123 | 74 |
| Binary | 10001111 | 1000011 | 11101101 | 101000 | 1001000 | 0 | 111 | 100001011 | 1010011 | 111100 |
Color Harmonies of #8F43ED
Complementary color
Monochromatic Colors of #8F43ED
Black with #8F43ED
Text Example
Text Example
White with #8F43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F43ED; }
p { color: rgb(143,67,237); }
H1.HeaderClassName
{
color: #8F43ED;
}
.AnyTagClassName
{
color: #8F43ED;
}
</style>
background-color css
<style>
a { background-color: #8F43ED; }
a { background-color: rgb(143,67,237); }
div.DivClassName
{
background-color: #8F43ED;
}
.BgClassName
{
background-color: #8F43ED;
}
</style>
border-color css
<style>
span { border-color: #8F43ED; }
span { border-color: rgb(143,67,237); }
td.TdClassName
{
border-color: #8F43ED;
}
.TagClassName
{
border-color: #8F43ED;
}
</style>