Shades of Blue Violet #810CEE
Tints of Blue Violet #810CEE
RGB
CMYK
RGB Variations
Color information
#810CEE (or 0x810CEE) is known color: Blue Violet. HEX triplet: 81, 0C and EE. RGB value is (129,12,238). Sum of RGB (Red+Green+Blue) = 129+12+238=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #810CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CEE is #7EF311. Grayscale: #474747. Windows color (decimal): -8319762 or 15600769. OLE color: 15600769.
HSL color Cylindrical-coordinate representation of color #810CEE: hue angle of 271.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CEE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 12 | 238 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.07 |
| HSL | 271.06º | 0.9% | 0.49% | - |
| HSV(B) | 271.06º | 0.95% | 0.93% | - |
| XYZ | 24.62 | 11.1 | 81.73 | - |
| YUV | 72.75 | 221.26 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 238 | 0.46 | 0.95 | 0 | 0.07 | 271.06 | 0.9 | 0.49 |
| Hex | 81 | C | EE | 2E | 5F | 0 | 7 | 10F | 5A | 31 |
| Octal | 201 | 14 | 356 | 56 | 137 | 0 | 7 | 417 | 132 | 61 |
| Binary | 10000001 | 1100 | 11101110 | 101110 | 1011111 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #810CEE
Complementary color
Monochromatic Colors of #810CEE
Black with #810CEE
Text Example
Text Example
White with #810CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CEE; }
p { color: rgb(129,12,238); }
H1.HeaderClassName
{
color: #810CEE;
}
.AnyTagClassName
{
color: #810CEE;
}
</style>
background-color css
<style>
a { background-color: #810CEE; }
a { background-color: rgb(129,12,238); }
div.DivClassName
{
background-color: #810CEE;
}
.BgClassName
{
background-color: #810CEE;
}
</style>
border-color css
<style>
span { border-color: #810CEE; }
span { border-color: rgb(129,12,238); }
td.TdClassName
{
border-color: #810CEE;
}
.TagClassName
{
border-color: #810CEE;
}
</style>