Shades of Blue Violet #810CED
Tints of Blue Violet #810CED
RGB
CMYK
RGB Variations
Color information
#810CED (or 0x810CED) is known color: Blue Violet. HEX triplet: 81, 0C and ED. RGB value is (129,12,237). Sum of RGB (Red+Green+Blue) = 129+12+237=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #810CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CED is #7EF312. Grayscale: #474747. Windows color (decimal): -8319763 or 15535233. OLE color: 15535233.
HSL color Cylindrical-coordinate representation of color #810CED: hue angle of 271.2º 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 #810CED is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 12 | 237 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.07 |
| HSL | 271.2º | 0.9% | 0.49% | - |
| HSV(B) | 271.2º | 0.95% | 0.93% | - |
| XYZ | 24.47 | 11.04 | 80.96 | - |
| YUV | 72.63 | 220.76 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 237 | 0.46 | 0.95 | 0 | 0.07 | 271.2 | 0.9 | 0.49 |
| Hex | 81 | C | ED | 2E | 5F | 0 | 7 | 10F | 5A | 31 |
| Octal | 201 | 14 | 355 | 56 | 137 | 0 | 7 | 417 | 132 | 61 |
| Binary | 10000001 | 1100 | 11101101 | 101110 | 1011111 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #810CED
Complementary color
Monochromatic Colors of #810CED
Black with #810CED
Text Example
Text Example
White with #810CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CED; }
p { color: rgb(129,12,237); }
H1.HeaderClassName
{
color: #810CED;
}
.AnyTagClassName
{
color: #810CED;
}
</style>
background-color css
<style>
a { background-color: #810CED; }
a { background-color: rgb(129,12,237); }
div.DivClassName
{
background-color: #810CED;
}
.BgClassName
{
background-color: #810CED;
}
</style>
border-color css
<style>
span { border-color: #810CED; }
span { border-color: rgb(129,12,237); }
td.TdClassName
{
border-color: #810CED;
}
.TagClassName
{
border-color: #810CED;
}
</style>