Shades of Blue Violet #8332FE
Tints of Blue Violet #8332FE
RGB
CMYK
RGB Variations
Color information
#8332FE (or 0x8332FE) is known color: Blue Violet. HEX triplet: 83, 32 and FE. RGB value is (131,50,254). Sum of RGB (Red+Green+Blue) = 131+50+254=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #8332FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8332FE is #7CCD01. Grayscale: #606060. Windows color (decimal): -8178946 or 16659075. OLE color: 16659075.
HSL color Cylindrical-coordinate representation of color #8332FE: hue angle of 263.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8332FE is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 50 | 254 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.00 |
| HSL | 263.82º | 0.99% | 0.6% | - |
| HSV(B) | 263.82º | 0.8% | 1% | - |
| XYZ | 28.39 | 14.26 | 95.02 | - |
| YUV | 97.48 | 216.34 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 254 | 0.48 | 0.80 | 0 | 0.00 | 263.82 | 0.99 | 0.6 |
| Hex | 83 | 32 | FE | 30 | 50 | 0 | 0 | 108 | 63 | 3C |
| Octal | 203 | 62 | 376 | 60 | 120 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000011 | 110010 | 11111110 | 110000 | 1010000 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8332FE
Complementary color
Monochromatic Colors of #8332FE
Black with #8332FE
Text Example
Text Example
White with #8332FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8332FE; }
p { color: rgb(131,50,254); }
H1.HeaderClassName
{
color: #8332FE;
}
.AnyTagClassName
{
color: #8332FE;
}
</style>
background-color css
<style>
a { background-color: #8332FE; }
a { background-color: rgb(131,50,254); }
div.DivClassName
{
background-color: #8332FE;
}
.BgClassName
{
background-color: #8332FE;
}
</style>
border-color css
<style>
span { border-color: #8332FE; }
span { border-color: rgb(131,50,254); }
td.TdClassName
{
border-color: #8332FE;
}
.TagClassName
{
border-color: #8332FE;
}
</style>