Shades of Blue Violet #8143EA
Tints of Blue Violet #8143EA
RGB
CMYK
RGB Variations
Color information
#8143EA (or 0x8143EA) is known color: Blue Violet. HEX triplet: 81, 43 and EA. RGB value is (129,67,234). Sum of RGB (Red+Green+Blue) = 129+67+234=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #8143EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8143EA is #7EBC15. Grayscale: #676767. Windows color (decimal): -8305686 or 15352705. OLE color: 15352705.
HSL color Cylindrical-coordinate representation of color #8143EA: hue angle of 262.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8143EA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 67 | 234 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.08 |
| HSL | 262.28º | 0.8% | 0.59% | - |
| HSV(B) | 262.28º | 0.71% | 0.92% | - |
| XYZ | 25.91 | 14.62 | 79.3 | - |
| YUV | 104.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 234 | 0.45 | 0.71 | 0 | 0.08 | 262.28 | 0.8 | 0.59 |
| Hex | 81 | 43 | EA | 2D | 47 | 0 | 8 | 106 | 50 | 3B |
| Octal | 201 | 103 | 352 | 55 | 107 | 0 | 10 | 406 | 120 | 73 |
| Binary | 10000001 | 1000011 | 11101010 | 101101 | 1000111 | 0 | 1000 | 100000110 | 1010000 | 111011 |
Color Harmonies of #8143EA
Complementary color
Monochromatic Colors of #8143EA
Black with #8143EA
Text Example
Text Example
White with #8143EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8143EA; }
p { color: rgb(129,67,234); }
H1.HeaderClassName
{
color: #8143EA;
}
.AnyTagClassName
{
color: #8143EA;
}
</style>
background-color css
<style>
a { background-color: #8143EA; }
a { background-color: rgb(129,67,234); }
div.DivClassName
{
background-color: #8143EA;
}
.BgClassName
{
background-color: #8143EA;
}
</style>
border-color css
<style>
span { border-color: #8143EA; }
span { border-color: rgb(129,67,234); }
td.TdClassName
{
border-color: #8143EA;
}
.TagClassName
{
border-color: #8143EA;
}
</style>