Shades of Blue Violet #8F3EEA
Tints of Blue Violet #8F3EEA
RGB
CMYK
RGB Variations
Color information
#8F3EEA (or 0x8F3EEA) is known color: Blue Violet. HEX triplet: 8F, 3E and EA. RGB value is (143,62,234). Sum of RGB (Red+Green+Blue) = 143+62+234=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F3EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3EEA is #70C115. Grayscale: #696969. Windows color (decimal): -7389462 or 15351439. OLE color: 15351439.
HSL color Cylindrical-coordinate representation of color #8F3EEA: hue angle of 268.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3EEA is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 62 | 234 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.08 |
| HSL | 268.26º | 0.8% | 0.58% | - |
| HSV(B) | 268.26º | 0.74% | 0.92% | - |
| XYZ | 27.9 | 15.23 | 79.31 | - |
| YUV | 105.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 234 | 0.39 | 0.74 | 0 | 0.08 | 268.26 | 0.8 | 0.58 |
| Hex | 8F | 3E | EA | 27 | 4A | 0 | 8 | 10C | 50 | 3A |
| Octal | 217 | 76 | 352 | 47 | 112 | 0 | 10 | 414 | 120 | 72 |
| Binary | 10001111 | 111110 | 11101010 | 100111 | 1001010 | 0 | 1000 | 100001100 | 1010000 | 111010 |
Color Harmonies of #8F3EEA
Complementary color
Monochromatic Colors of #8F3EEA
Black with #8F3EEA
Text Example
Text Example
White with #8F3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EEA; }
p { color: rgb(143,62,234); }
H1.HeaderClassName
{
color: #8F3EEA;
}
.AnyTagClassName
{
color: #8F3EEA;
}
</style>
background-color css
<style>
a { background-color: #8F3EEA; }
a { background-color: rgb(143,62,234); }
div.DivClassName
{
background-color: #8F3EEA;
}
.BgClassName
{
background-color: #8F3EEA;
}
</style>
border-color css
<style>
span { border-color: #8F3EEA; }
span { border-color: rgb(143,62,234); }
td.TdClassName
{
border-color: #8F3EEA;
}
.TagClassName
{
border-color: #8F3EEA;
}
</style>