Shades of Blue Violet #812ECB
Tints of Blue Violet #812ECB
RGB
CMYK
RGB Variations
Color information
#812ECB (or 0x812ECB) is known color: Blue Violet. HEX triplet: 81, 2E and CB. RGB value is (129,46,203). Sum of RGB (Red+Green+Blue) = 129+46+203=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #812ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ECB is #7ED134. Grayscale: #585858. Windows color (decimal): -8311093 or 13315713. OLE color: 13315713.
HSL color Cylindrical-coordinate representation of color #812ECB: hue angle of 271.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #812ECB is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 46 | 203 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.20 |
| HSL | 271.72º | 0.63% | 0.49% | - |
| HSV(B) | 271.72º | 0.77% | 0.8% | - |
| XYZ | 20.81 | 10.93 | 57.51 | - |
| YUV | 88.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 203 | 0.36 | 0.77 | 0 | 0.20 | 271.72 | 0.63 | 0.49 |
| Hex | 81 | 2E | CB | 24 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 201 | 56 | 313 | 44 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000001 | 101110 | 11001011 | 100100 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #812ECB
Complementary color
Monochromatic Colors of #812ECB
Black with #812ECB
Text Example
Text Example
White with #812ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812ECB; }
p { color: rgb(129,46,203); }
H1.HeaderClassName
{
color: #812ECB;
}
.AnyTagClassName
{
color: #812ECB;
}
</style>
background-color css
<style>
a { background-color: #812ECB; }
a { background-color: rgb(129,46,203); }
div.DivClassName
{
background-color: #812ECB;
}
.BgClassName
{
background-color: #812ECB;
}
</style>
border-color css
<style>
span { border-color: #812ECB; }
span { border-color: rgb(129,46,203); }
td.TdClassName
{
border-color: #812ECB;
}
.TagClassName
{
border-color: #812ECB;
}
</style>