Shades of Blue Violet #8F20EA
Tints of Blue Violet #8F20EA
RGB
CMYK
RGB Variations
Color information
#8F20EA (or 0x8F20EA) is known color: Blue Violet. HEX triplet: 8F, 20 and EA. RGB value is (143,32,234). Sum of RGB (Red+Green+Blue) = 143+32+234=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F20EA is #70DF15. Grayscale: #575757. Windows color (decimal): -7397142 or 15343759. OLE color: 15343759.
HSL color Cylindrical-coordinate representation of color #8F20EA: hue angle of 272.97º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F20EA is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 32 | 234 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.08 |
| HSL | 272.97º | 0.83% | 0.52% | - |
| HSV(B) | 272.97º | 0.86% | 0.92% | - |
| XYZ | 26.7 | 12.81 | 78.91 | - |
| YUV | 88.22 | 210.27 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 234 | 0.39 | 0.86 | 0 | 0.08 | 272.97 | 0.83 | 0.52 |
| Hex | 8F | 20 | EA | 27 | 56 | 0 | 8 | 111 | 53 | 34 |
| Octal | 217 | 40 | 352 | 47 | 126 | 0 | 10 | 421 | 123 | 64 |
| Binary | 10001111 | 100000 | 11101010 | 100111 | 1010110 | 0 | 1000 | 100010001 | 1010011 | 110100 |
Color Harmonies of #8F20EA
Complementary color
Monochromatic Colors of #8F20EA
Black with #8F20EA
Text Example
Text Example
White with #8F20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20EA; }
p { color: rgb(143,32,234); }
H1.HeaderClassName
{
color: #8F20EA;
}
.AnyTagClassName
{
color: #8F20EA;
}
</style>
background-color css
<style>
a { background-color: #8F20EA; }
a { background-color: rgb(143,32,234); }
div.DivClassName
{
background-color: #8F20EA;
}
.BgClassName
{
background-color: #8F20EA;
}
</style>
border-color css
<style>
span { border-color: #8F20EA; }
span { border-color: rgb(143,32,234); }
td.TdClassName
{
border-color: #8F20EA;
}
.TagClassName
{
border-color: #8F20EA;
}
</style>