Shades of Blue Violet #8F44EA
Tints of Blue Violet #8F44EA
RGB
CMYK
RGB Variations
Color information
#8F44EA (or 0x8F44EA) is known color: Blue Violet. HEX triplet: 8F, 44 and EA. RGB value is (143,68,234). Sum of RGB (Red+Green+Blue) = 143+68+234=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44EA is #70BB15. Grayscale: #6C6C6C. Windows color (decimal): -7387926 or 15352975. OLE color: 15352975.
HSL color Cylindrical-coordinate representation of color #8F44EA: hue angle of 267.11º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F44EA is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 68 | 234 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.08 |
| HSL | 267.11º | 0.8% | 0.59% | - |
| HSV(B) | 267.11º | 0.71% | 0.92% | - |
| XYZ | 28.25 | 15.91 | 79.42 | - |
| YUV | 109.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 234 | 0.39 | 0.71 | 0 | 0.08 | 267.11 | 0.8 | 0.59 |
| Hex | 8F | 44 | EA | 27 | 47 | 0 | 8 | 10B | 50 | 3B |
| Octal | 217 | 104 | 352 | 47 | 107 | 0 | 10 | 413 | 120 | 73 |
| Binary | 10001111 | 1000100 | 11101010 | 100111 | 1000111 | 0 | 1000 | 100001011 | 1010000 | 111011 |
Color Harmonies of #8F44EA
Complementary color
Monochromatic Colors of #8F44EA
Black with #8F44EA
Text Example
Text Example
White with #8F44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F44EA; }
p { color: rgb(143,68,234); }
H1.HeaderClassName
{
color: #8F44EA;
}
.AnyTagClassName
{
color: #8F44EA;
}
</style>
background-color css
<style>
a { background-color: #8F44EA; }
a { background-color: rgb(143,68,234); }
div.DivClassName
{
background-color: #8F44EA;
}
.BgClassName
{
background-color: #8F44EA;
}
</style>
border-color css
<style>
span { border-color: #8F44EA; }
span { border-color: rgb(143,68,234); }
td.TdClassName
{
border-color: #8F44EA;
}
.TagClassName
{
border-color: #8F44EA;
}
</style>