Shades of Blue Violet #812FE1
Tints of Blue Violet #812FE1
RGB
CMYK
RGB Variations
Color information
#812FE1 (or 0x812FE1) is known color: Blue Violet. HEX triplet: 81, 2F and E1. RGB value is (129,47,225). Sum of RGB (Red+Green+Blue) = 129+47+225=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #812FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812FE1 is #7ED01E. Grayscale: #5B5B5B. Windows color (decimal): -8310815 or 14757761. OLE color: 14757761.
HSL color Cylindrical-coordinate representation of color #812FE1: hue angle of 267.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812FE1 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 47 | 225 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.12 |
| HSL | 267.64º | 0.75% | 0.53% | - |
| HSV(B) | 267.64º | 0.79% | 0.88% | - |
| XYZ | 23.66 | 12.14 | 72.33 | - |
| YUV | 91.81 | 203.17 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 225 | 0.43 | 0.79 | 0 | 0.12 | 267.64 | 0.75 | 0.53 |
| Hex | 81 | 2F | E1 | 2B | 4F | 0 | C | 10C | 4B | 35 |
| Octal | 201 | 57 | 341 | 53 | 117 | 0 | 14 | 414 | 113 | 65 |
| Binary | 10000001 | 101111 | 11100001 | 101011 | 1001111 | 0 | 1100 | 100001100 | 1001011 | 110101 |
Color Harmonies of #812FE1
Complementary color
Monochromatic Colors of #812FE1
Black with #812FE1
Text Example
Text Example
White with #812FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812FE1; }
p { color: rgb(129,47,225); }
H1.HeaderClassName
{
color: #812FE1;
}
.AnyTagClassName
{
color: #812FE1;
}
</style>
background-color css
<style>
a { background-color: #812FE1; }
a { background-color: rgb(129,47,225); }
div.DivClassName
{
background-color: #812FE1;
}
.BgClassName
{
background-color: #812FE1;
}
</style>
border-color css
<style>
span { border-color: #812FE1; }
span { border-color: rgb(129,47,225); }
td.TdClassName
{
border-color: #812FE1;
}
.TagClassName
{
border-color: #812FE1;
}
</style>