Shades of Blue Violet #8132FF
Tints of Blue Violet #8132FF
RGB
CMYK
RGB Variations
Color information
#8132FF (or 0x8132FF) is known color: Blue Violet. HEX triplet: 81, 32 and FF. RGB value is (129,50,255). Sum of RGB (Red+Green+Blue) = 129+50+255=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #8132FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8132FF is #7ECD00. Grayscale: #606060. Windows color (decimal): -8310017 or 16724609. OLE color: 16724609.
HSL color Cylindrical-coordinate representation of color #8132FF: hue angle of 263.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8132FF is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 50 | 255 | - |
| CMYK | 0.49 | 0.80 | 0 | 0 |
| HSL | 263.12º | 1% | 0.6% | - |
| HSV(B) | 263.12º | 0.8% | 1% | - |
| XYZ | 28.24 | 14.17 | 95.85 | - |
| YUV | 96.99 | 217.17 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 255 | 0.49 | 0.80 | 0 | 0 | 263.12 | 1 | 0.6 |
| Hex | 81 | 32 | FF | 31 | 50 | 0 | 0 | 107 | 64 | 3C |
| Octal | 201 | 62 | 377 | 61 | 120 | 0 | 0 | 407 | 144 | 74 |
| Binary | 10000001 | 110010 | 11111111 | 110001 | 1010000 | 0 | 0 | 100000111 | 1100100 | 111100 |
Color Harmonies of #8132FF
Complementary color
Monochromatic Colors of #8132FF
Black with #8132FF
Text Example
Text Example
White with #8132FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8132FF; }
p { color: rgb(129,50,255); }
H1.HeaderClassName
{
color: #8132FF;
}
.AnyTagClassName
{
color: #8132FF;
}
</style>
background-color css
<style>
a { background-color: #8132FF; }
a { background-color: rgb(129,50,255); }
div.DivClassName
{
background-color: #8132FF;
}
.BgClassName
{
background-color: #8132FF;
}
</style>
border-color css
<style>
span { border-color: #8132FF; }
span { border-color: rgb(129,50,255); }
td.TdClassName
{
border-color: #8132FF;
}
.TagClassName
{
border-color: #8132FF;
}
</style>