Shades of Blue Violet #812DED
Tints of Blue Violet #812DED
RGB
CMYK
RGB Variations
Color information
#812DED (or 0x812DED) is known color: Blue Violet. HEX triplet: 81, 2D and ED. RGB value is (129,45,237). Sum of RGB (Red+Green+Blue) = 129+45+237=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #812DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812DED is #7ED212. Grayscale: #5B5B5B. Windows color (decimal): -8311315 or 15543681. OLE color: 15543681.
HSL color Cylindrical-coordinate representation of color #812DED: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812DED is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 45 | 237 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.07 |
| HSL | 266.25º | 0.84% | 0.55% | - |
| HSV(B) | 266.25º | 0.81% | 0.93% | - |
| XYZ | 25.28 | 12.66 | 81.23 | - |
| YUV | 92 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 237 | 0.46 | 0.81 | 0 | 0.07 | 266.25 | 0.84 | 0.55 |
| Hex | 81 | 2D | ED | 2E | 51 | 0 | 7 | 10A | 54 | 37 |
| Octal | 201 | 55 | 355 | 56 | 121 | 0 | 7 | 412 | 124 | 67 |
| Binary | 10000001 | 101101 | 11101101 | 101110 | 1010001 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #812DED
Complementary color
Monochromatic Colors of #812DED
Black with #812DED
Text Example
Text Example
White with #812DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DED; }
p { color: rgb(129,45,237); }
H1.HeaderClassName
{
color: #812DED;
}
.AnyTagClassName
{
color: #812DED;
}
</style>
background-color css
<style>
a { background-color: #812DED; }
a { background-color: rgb(129,45,237); }
div.DivClassName
{
background-color: #812DED;
}
.BgClassName
{
background-color: #812DED;
}
</style>
border-color css
<style>
span { border-color: #812DED; }
span { border-color: rgb(129,45,237); }
td.TdClassName
{
border-color: #812DED;
}
.TagClassName
{
border-color: #812DED;
}
</style>