Shades of Blue Violet #8B41D8
Tints of Blue Violet #8B41D8
RGB
CMYK
RGB Variations
Color information
#8B41D8 (or 0x8B41D8) is known color: Blue Violet. HEX triplet: 8B, 41 and D8. RGB value is (139,65,216). Sum of RGB (Red+Green+Blue) = 139+65+216=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B41D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B41D8 is #74BE27. Grayscale: #676767. Windows color (decimal): -7650856 or 14172555. OLE color: 14172555.
HSL color Cylindrical-coordinate representation of color #8B41D8: hue angle of 269.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B41D8 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 65 | 216 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.15 |
| HSL | 269.4º | 0.66% | 0.55% | - |
| HSV(B) | 269.4º | 0.7% | 0.85% | - |
| XYZ | 24.93 | 14.23 | 66.4 | - |
| YUV | 104.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 216 | 0.36 | 0.70 | 0 | 0.15 | 269.4 | 0.66 | 0.55 |
| Hex | 8B | 41 | D8 | 24 | 46 | 0 | F | 10D | 42 | 37 |
| Octal | 213 | 101 | 330 | 44 | 106 | 0 | 17 | 415 | 102 | 67 |
| Binary | 10001011 | 1000001 | 11011000 | 100100 | 1000110 | 0 | 1111 | 100001101 | 1000010 | 110111 |
Color Harmonies of #8B41D8
Complementary color
Monochromatic Colors of #8B41D8
Black with #8B41D8
Text Example
Text Example
White with #8B41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41D8; }
p { color: rgb(139,65,216); }
H1.HeaderClassName
{
color: #8B41D8;
}
.AnyTagClassName
{
color: #8B41D8;
}
</style>
background-color css
<style>
a { background-color: #8B41D8; }
a { background-color: rgb(139,65,216); }
div.DivClassName
{
background-color: #8B41D8;
}
.BgClassName
{
background-color: #8B41D8;
}
</style>
border-color css
<style>
span { border-color: #8B41D8; }
span { border-color: rgb(139,65,216); }
td.TdClassName
{
border-color: #8B41D8;
}
.TagClassName
{
border-color: #8B41D8;
}
</style>