Shades of Blue Violet #8F3EEB
Tints of Blue Violet #8F3EEB
RGB
CMYK
RGB Variations
Color information
#8F3EEB (or 0x8F3EEB) is known color: Blue Violet. HEX triplet: 8F, 3E and EB. RGB value is (143,62,235). Sum of RGB (Red+Green+Blue) = 143+62+235=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F3EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3EEB is #70C114. Grayscale: #696969. Windows color (decimal): -7389461 or 15416975. OLE color: 15416975.
HSL color Cylindrical-coordinate representation of color #8F3EEB: hue angle of 268.09º degrees, saturation: 0.81, 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 #8F3EEB is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 62 | 235 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.08 |
| HSL | 268.09º | 0.81% | 0.58% | - |
| HSV(B) | 268.09º | 0.74% | 0.92% | - |
| XYZ | 28.05 | 15.28 | 80.07 | - |
| YUV | 105.94 | 200.84 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 235 | 0.39 | 0.74 | 0 | 0.08 | 268.09 | 0.81 | 0.58 |
| Hex | 8F | 3E | EB | 27 | 4A | 0 | 8 | 10C | 51 | 3A |
| Octal | 217 | 76 | 353 | 47 | 112 | 0 | 10 | 414 | 121 | 72 |
| Binary | 10001111 | 111110 | 11101011 | 100111 | 1001010 | 0 | 1000 | 100001100 | 1010001 | 111010 |
Color Harmonies of #8F3EEB
Complementary color
Monochromatic Colors of #8F3EEB
Black with #8F3EEB
Text Example
Text Example
White with #8F3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EEB; }
p { color: rgb(143,62,235); }
H1.HeaderClassName
{
color: #8F3EEB;
}
.AnyTagClassName
{
color: #8F3EEB;
}
</style>
background-color css
<style>
a { background-color: #8F3EEB; }
a { background-color: rgb(143,62,235); }
div.DivClassName
{
background-color: #8F3EEB;
}
.BgClassName
{
background-color: #8F3EEB;
}
</style>
border-color css
<style>
span { border-color: #8F3EEB; }
span { border-color: rgb(143,62,235); }
td.TdClassName
{
border-color: #8F3EEB;
}
.TagClassName
{
border-color: #8F3EEB;
}
</style>