Shades of Blue Violet #8143E8
Tints of Blue Violet #8143E8
RGB
CMYK
RGB Variations
Color information
#8143E8 (or 0x8143E8) is known color: Blue Violet. HEX triplet: 81, 43 and E8. RGB value is (129,67,232). Sum of RGB (Red+Green+Blue) = 129+67+232=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #8143E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8143E8 is #7EBC17. Grayscale: #676767. Windows color (decimal): -8305688 or 15221633. OLE color: 15221633.
HSL color Cylindrical-coordinate representation of color #8143E8: hue angle of 262.55º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8143E8 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 67 | 232 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.09 |
| HSL | 262.55º | 0.78% | 0.59% | - |
| HSV(B) | 262.55º | 0.71% | 0.91% | - |
| XYZ | 25.63 | 14.51 | 77.79 | - |
| YUV | 104.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 232 | 0.44 | 0.71 | 0 | 0.09 | 262.55 | 0.78 | 0.59 |
| Hex | 81 | 43 | E8 | 2C | 47 | 0 | 9 | 107 | 4E | 3B |
| Octal | 201 | 103 | 350 | 54 | 107 | 0 | 11 | 407 | 116 | 73 |
| Binary | 10000001 | 1000011 | 11101000 | 101100 | 1000111 | 0 | 1001 | 100000111 | 1001110 | 111011 |
Color Harmonies of #8143E8
Complementary color
Monochromatic Colors of #8143E8
Black with #8143E8
Text Example
Text Example
White with #8143E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8143E8; }
p { color: rgb(129,67,232); }
H1.HeaderClassName
{
color: #8143E8;
}
.AnyTagClassName
{
color: #8143E8;
}
</style>
background-color css
<style>
a { background-color: #8143E8; }
a { background-color: rgb(129,67,232); }
div.DivClassName
{
background-color: #8143E8;
}
.BgClassName
{
background-color: #8143E8;
}
</style>
border-color css
<style>
span { border-color: #8143E8; }
span { border-color: rgb(129,67,232); }
td.TdClassName
{
border-color: #8143E8;
}
.TagClassName
{
border-color: #8143E8;
}
</style>