Shades of Blue Violet #810EEF
Tints of Blue Violet #810EEF
RGB
CMYK
RGB Variations
Color information
#810EEF (or 0x810EEF) is known color: Blue Violet. HEX triplet: 81, 0E and EF. RGB value is (129,14,239). Sum of RGB (Red+Green+Blue) = 129+14+239=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #810EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EEF is #7EF110. Grayscale: #494949. Windows color (decimal): -8319249 or 15666817. OLE color: 15666817.
HSL color Cylindrical-coordinate representation of color #810EEF: hue angle of 270.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EEF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 14 | 239 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.06 |
| HSL | 270.67º | 0.89% | 0.5% | - |
| HSV(B) | 270.67º | 0.94% | 0.94% | - |
| XYZ | 24.79 | 11.21 | 82.52 | - |
| YUV | 74.04 | 221.1 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 239 | 0.46 | 0.94 | 0 | 0.06 | 270.67 | 0.89 | 0.5 |
| Hex | 81 | E | EF | 2E | 5E | 0 | 6 | 10F | 59 | 32 |
| Octal | 201 | 16 | 357 | 56 | 136 | 0 | 6 | 417 | 131 | 62 |
| Binary | 10000001 | 1110 | 11101111 | 101110 | 1011110 | 0 | 110 | 100001111 | 1011001 | 110010 |
Color Harmonies of #810EEF
Complementary color
Monochromatic Colors of #810EEF
Black with #810EEF
Text Example
Text Example
White with #810EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EEF; }
p { color: rgb(129,14,239); }
H1.HeaderClassName
{
color: #810EEF;
}
.AnyTagClassName
{
color: #810EEF;
}
</style>
background-color css
<style>
a { background-color: #810EEF; }
a { background-color: rgb(129,14,239); }
div.DivClassName
{
background-color: #810EEF;
}
.BgClassName
{
background-color: #810EEF;
}
</style>
border-color css
<style>
span { border-color: #810EEF; }
span { border-color: rgb(129,14,239); }
td.TdClassName
{
border-color: #810EEF;
}
.TagClassName
{
border-color: #810EEF;
}
</style>