Shades of Blue Violet #8B40E8
Tints of Blue Violet #8B40E8
RGB
CMYK
RGB Variations
Color information
#8B40E8 (or 0x8B40E8) is known color: Blue Violet. HEX triplet: 8B, 40 and E8. RGB value is (139,64,232). Sum of RGB (Red+Green+Blue) = 139+64+232=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #8B40E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40E8 is #74BF17. Grayscale: #686868. Windows color (decimal): -7651096 or 15220875. OLE color: 15220875.
HSL color Cylindrical-coordinate representation of color #8B40E8: hue angle of 266.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B40E8 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 64 | 232 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.09 |
| HSL | 266.79º | 0.79% | 0.58% | - |
| HSV(B) | 266.79º | 0.72% | 0.91% | - |
| XYZ | 27.05 | 14.98 | 77.81 | - |
| YUV | 105.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 232 | 0.40 | 0.72 | 0 | 0.09 | 266.79 | 0.79 | 0.58 |
| Hex | 8B | 40 | E8 | 28 | 48 | 0 | 9 | 10B | 4F | 3A |
| Octal | 213 | 100 | 350 | 50 | 110 | 0 | 11 | 413 | 117 | 72 |
| Binary | 10001011 | 1000000 | 11101000 | 101000 | 1001000 | 0 | 1001 | 100001011 | 1001111 | 111010 |
Color Harmonies of #8B40E8
Complementary color
Monochromatic Colors of #8B40E8
Black with #8B40E8
Text Example
Text Example
White with #8B40E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B40E8; }
p { color: rgb(139,64,232); }
H1.HeaderClassName
{
color: #8B40E8;
}
.AnyTagClassName
{
color: #8B40E8;
}
</style>
background-color css
<style>
a { background-color: #8B40E8; }
a { background-color: rgb(139,64,232); }
div.DivClassName
{
background-color: #8B40E8;
}
.BgClassName
{
background-color: #8B40E8;
}
</style>
border-color css
<style>
span { border-color: #8B40E8; }
span { border-color: rgb(139,64,232); }
td.TdClassName
{
border-color: #8B40E8;
}
.TagClassName
{
border-color: #8B40E8;
}
</style>