Shades of Blue Violet #8130CB
Tints of Blue Violet #8130CB
RGB
CMYK
RGB Variations
Color information
#8130CB (or 0x8130CB) is known color: Blue Violet. HEX triplet: 81, 30 and CB. RGB value is (129,48,203). Sum of RGB (Red+Green+Blue) = 129+48+203=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #8130CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130CB is #7ECF34. Grayscale: #595959. Windows color (decimal): -8310581 or 13316225. OLE color: 13316225.
HSL color Cylindrical-coordinate representation of color #8130CB: hue angle of 271.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8130CB is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 48 | 203 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.20 |
| HSL | 271.35º | 0.62% | 0.49% | - |
| HSV(B) | 271.35º | 0.76% | 0.8% | - |
| XYZ | 20.89 | 11.09 | 57.54 | - |
| YUV | 89.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 203 | 0.36 | 0.76 | 0 | 0.20 | 271.35 | 0.62 | 0.49 |
| Hex | 81 | 30 | CB | 24 | 4C | 0 | 14 | 10F | 3E | 31 |
| Octal | 201 | 60 | 313 | 44 | 114 | 0 | 24 | 417 | 76 | 61 |
| Binary | 10000001 | 110000 | 11001011 | 100100 | 1001100 | 0 | 10100 | 100001111 | 111110 | 110001 |
Color Harmonies of #8130CB
Complementary color
Monochromatic Colors of #8130CB
Black with #8130CB
Text Example
Text Example
White with #8130CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8130CB; }
p { color: rgb(129,48,203); }
H1.HeaderClassName
{
color: #8130CB;
}
.AnyTagClassName
{
color: #8130CB;
}
</style>
background-color css
<style>
a { background-color: #8130CB; }
a { background-color: rgb(129,48,203); }
div.DivClassName
{
background-color: #8130CB;
}
.BgClassName
{
background-color: #8130CB;
}
</style>
border-color css
<style>
span { border-color: #8130CB; }
span { border-color: rgb(129,48,203); }
td.TdClassName
{
border-color: #8130CB;
}
.TagClassName
{
border-color: #8130CB;
}
</style>