Shades of Blue Violet #8F42EA
Tints of Blue Violet #8F42EA
RGB
CMYK
RGB Variations
Color information
#8F42EA (or 0x8F42EA) is known color: Blue Violet. HEX triplet: 8F, 42 and EA. RGB value is (143,66,234). Sum of RGB (Red+Green+Blue) = 143+66+234=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F42EA is #70BD15. Grayscale: #6B6B6B. Windows color (decimal): -7388438 or 15352463. OLE color: 15352463.
HSL color Cylindrical-coordinate representation of color #8F42EA: hue angle of 267.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F42EA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 66 | 234 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.08 |
| HSL | 267.5º | 0.8% | 0.59% | - |
| HSV(B) | 267.5º | 0.72% | 0.92% | - |
| XYZ | 28.13 | 15.68 | 79.39 | - |
| YUV | 108.18 | 199.01 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 234 | 0.39 | 0.72 | 0 | 0.08 | 267.5 | 0.8 | 0.59 |
| Hex | 8F | 42 | EA | 27 | 48 | 0 | 8 | 10C | 50 | 3B |
| Octal | 217 | 102 | 352 | 47 | 110 | 0 | 10 | 414 | 120 | 73 |
| Binary | 10001111 | 1000010 | 11101010 | 100111 | 1001000 | 0 | 1000 | 100001100 | 1010000 | 111011 |
Color Harmonies of #8F42EA
Complementary color
Monochromatic Colors of #8F42EA
Black with #8F42EA
Text Example
Text Example
White with #8F42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42EA; }
p { color: rgb(143,66,234); }
H1.HeaderClassName
{
color: #8F42EA;
}
.AnyTagClassName
{
color: #8F42EA;
}
</style>
background-color css
<style>
a { background-color: #8F42EA; }
a { background-color: rgb(143,66,234); }
div.DivClassName
{
background-color: #8F42EA;
}
.BgClassName
{
background-color: #8F42EA;
}
</style>
border-color css
<style>
span { border-color: #8F42EA; }
span { border-color: rgb(143,66,234); }
td.TdClassName
{
border-color: #8F42EA;
}
.TagClassName
{
border-color: #8F42EA;
}
</style>