Shades of Blue Violet #814BE0
Tints of Blue Violet #814BE0
RGB
CMYK
RGB Variations
Color information
#814BE0 (or 0x814BE0) is known color: Blue Violet. HEX triplet: 81, 4B and E0. RGB value is (129,75,224). Sum of RGB (Red+Green+Blue) = 129+75+224=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #814BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BE0 is #7EB41F. Grayscale: #6B6B6B. Windows color (decimal): -8303648 or 14699393. OLE color: 14699393.
HSL color Cylindrical-coordinate representation of color #814BE0: hue angle of 261.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814BE0 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 75 | 224 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.12 |
| HSL | 261.75º | 0.71% | 0.59% | - |
| HSV(B) | 261.75º | 0.67% | 0.88% | - |
| XYZ | 25.02 | 15.08 | 72.11 | - |
| YUV | 108.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 224 | 0.42 | 0.67 | 0 | 0.12 | 261.75 | 0.71 | 0.59 |
| Hex | 81 | 4B | E0 | 2A | 43 | 0 | C | 106 | 47 | 3B |
| Octal | 201 | 113 | 340 | 52 | 103 | 0 | 14 | 406 | 107 | 73 |
| Binary | 10000001 | 1001011 | 11100000 | 101010 | 1000011 | 0 | 1100 | 100000110 | 1000111 | 111011 |
Color Harmonies of #814BE0
Complementary color
Monochromatic Colors of #814BE0
Black with #814BE0
Text Example
Text Example
White with #814BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BE0; }
p { color: rgb(129,75,224); }
H1.HeaderClassName
{
color: #814BE0;
}
.AnyTagClassName
{
color: #814BE0;
}
</style>
background-color css
<style>
a { background-color: #814BE0; }
a { background-color: rgb(129,75,224); }
div.DivClassName
{
background-color: #814BE0;
}
.BgClassName
{
background-color: #814BE0;
}
</style>
border-color css
<style>
span { border-color: #814BE0; }
span { border-color: rgb(129,75,224); }
td.TdClassName
{
border-color: #814BE0;
}
.TagClassName
{
border-color: #814BE0;
}
</style>