Shades of Blue Violet #813FF6
Tints of Blue Violet #813FF6
RGB
CMYK
RGB Variations
Color information
#813FF6 (or 0x813FF6) is known color: Blue Violet. HEX triplet: 81, 3F and F6. RGB value is (129,63,246). Sum of RGB (Red+Green+Blue) = 129+63+246=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #813FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813FF6 is #7EC009. Grayscale: #666666. Windows color (decimal): -8306698 or 16138113. OLE color: 16138113.
HSL color Cylindrical-coordinate representation of color #813FF6: hue angle of 261.64º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813FF6 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 63 | 246 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.04 |
| HSL | 261.64º | 0.91% | 0.61% | - |
| HSV(B) | 261.64º | 0.74% | 0.96% | - |
| XYZ | 27.47 | 14.88 | 88.61 | - |
| YUV | 103.6 | 208.37 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 246 | 0.48 | 0.74 | 0 | 0.04 | 261.64 | 0.91 | 0.61 |
| Hex | 81 | 3F | F6 | 30 | 4A | 0 | 4 | 106 | 5B | 3D |
| Octal | 201 | 77 | 366 | 60 | 112 | 0 | 4 | 406 | 133 | 75 |
| Binary | 10000001 | 111111 | 11110110 | 110000 | 1001010 | 0 | 100 | 100000110 | 1011011 | 111101 |
Color Harmonies of #813FF6
Complementary color
Monochromatic Colors of #813FF6
Black with #813FF6
Text Example
Text Example
White with #813FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FF6; }
p { color: rgb(129,63,246); }
H1.HeaderClassName
{
color: #813FF6;
}
.AnyTagClassName
{
color: #813FF6;
}
</style>
background-color css
<style>
a { background-color: #813FF6; }
a { background-color: rgb(129,63,246); }
div.DivClassName
{
background-color: #813FF6;
}
.BgClassName
{
background-color: #813FF6;
}
</style>
border-color css
<style>
span { border-color: #813FF6; }
span { border-color: rgb(129,63,246); }
td.TdClassName
{
border-color: #813FF6;
}
.TagClassName
{
border-color: #813FF6;
}
</style>