Shades of Blue Violet #8130DC
Tints of Blue Violet #8130DC
RGB
CMYK
RGB Variations
Color information
#8130DC (or 0x8130DC) is known color: Blue Violet. HEX triplet: 81, 30 and DC. RGB value is (129,48,220). Sum of RGB (Red+Green+Blue) = 129+48+220=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #8130DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130DC is #7ECF23. Grayscale: #5B5B5B. Windows color (decimal): -8310564 or 14430337. OLE color: 14430337.
HSL color Cylindrical-coordinate representation of color #8130DC: hue angle of 268.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8130DC is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 48 | 220 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.14 |
| HSL | 268.26º | 0.71% | 0.53% | - |
| HSV(B) | 268.26º | 0.78% | 0.86% | - |
| XYZ | 23.03 | 11.95 | 68.8 | - |
| YUV | 91.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 220 | 0.41 | 0.78 | 0 | 0.14 | 268.26 | 0.71 | 0.53 |
| Hex | 81 | 30 | DC | 29 | 4E | 0 | E | 10C | 47 | 35 |
| Octal | 201 | 60 | 334 | 51 | 116 | 0 | 16 | 414 | 107 | 65 |
| Binary | 10000001 | 110000 | 11011100 | 101001 | 1001110 | 0 | 1110 | 100001100 | 1000111 | 110101 |
Color Harmonies of #8130DC
Complementary color
Monochromatic Colors of #8130DC
Black with #8130DC
Text Example
Text Example
White with #8130DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8130DC; }
p { color: rgb(129,48,220); }
H1.HeaderClassName
{
color: #8130DC;
}
.AnyTagClassName
{
color: #8130DC;
}
</style>
background-color css
<style>
a { background-color: #8130DC; }
a { background-color: rgb(129,48,220); }
div.DivClassName
{
background-color: #8130DC;
}
.BgClassName
{
background-color: #8130DC;
}
</style>
border-color css
<style>
span { border-color: #8130DC; }
span { border-color: rgb(129,48,220); }
td.TdClassName
{
border-color: #8130DC;
}
.TagClassName
{
border-color: #8130DC;
}
</style>