Shades of Blue Violet #813DD4
Tints of Blue Violet #813DD4
RGB
CMYK
RGB Variations
Color information
#813DD4 (or 0x813DD4) is known color: Blue Violet. HEX triplet: 81, 3D and D4. RGB value is (129,61,212). Sum of RGB (Red+Green+Blue) = 129+61+212=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #813DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DD4 is #7EC22B. Grayscale: #626262. Windows color (decimal): -8307244 or 13909377. OLE color: 13909377.
HSL color Cylindrical-coordinate representation of color #813DD4: hue angle of 267.02º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813DD4 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 61 | 212 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.17 |
| HSL | 267.02º | 0.64% | 0.54% | - |
| HSV(B) | 267.02º | 0.71% | 0.83% | - |
| XYZ | 22.61 | 12.76 | 63.56 | - |
| YUV | 98.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 212 | 0.39 | 0.71 | 0 | 0.17 | 267.02 | 0.64 | 0.54 |
| Hex | 81 | 3D | D4 | 27 | 47 | 0 | 11 | 10B | 40 | 36 |
| Octal | 201 | 75 | 324 | 47 | 107 | 0 | 21 | 413 | 100 | 66 |
| Binary | 10000001 | 111101 | 11010100 | 100111 | 1000111 | 0 | 10001 | 100001011 | 1000000 | 110110 |
Color Harmonies of #813DD4
Complementary color
Monochromatic Colors of #813DD4
Black with #813DD4
Text Example
Text Example
White with #813DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813DD4; }
p { color: rgb(129,61,212); }
H1.HeaderClassName
{
color: #813DD4;
}
.AnyTagClassName
{
color: #813DD4;
}
</style>
background-color css
<style>
a { background-color: #813DD4; }
a { background-color: rgb(129,61,212); }
div.DivClassName
{
background-color: #813DD4;
}
.BgClassName
{
background-color: #813DD4;
}
</style>
border-color css
<style>
span { border-color: #813DD4; }
span { border-color: rgb(129,61,212); }
td.TdClassName
{
border-color: #813DD4;
}
.TagClassName
{
border-color: #813DD4;
}
</style>