Shades of Blue Violet #8328FC
Tints of Blue Violet #8328FC
RGB
CMYK
RGB Variations
Color information
#8328FC (or 0x8328FC) is known color: Blue Violet. HEX triplet: 83, 28 and FC. RGB value is (131,40,252). Sum of RGB (Red+Green+Blue) = 131+40+252=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #8328FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328FC is #7CD703. Grayscale: #5A5A5A. Windows color (decimal): -8181508 or 16525443. OLE color: 16525443.
HSL color Cylindrical-coordinate representation of color #8328FC: hue angle of 265.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8328FC is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 40 | 252 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.01 |
| HSL | 265.75º | 0.97% | 0.57% | - |
| HSV(B) | 265.75º | 0.84% | 0.99% | - |
| XYZ | 27.69 | 13.37 | 93.22 | - |
| YUV | 91.38 | 218.65 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 252 | 0.48 | 0.84 | 0 | 0.01 | 265.75 | 0.97 | 0.57 |
| Hex | 83 | 28 | FC | 30 | 54 | 0 | 1 | 10A | 61 | 39 |
| Octal | 203 | 50 | 374 | 60 | 124 | 0 | 1 | 412 | 141 | 71 |
| Binary | 10000011 | 101000 | 11111100 | 110000 | 1010100 | 0 | 1 | 100001010 | 1100001 | 111001 |
Color Harmonies of #8328FC
Complementary color
Monochromatic Colors of #8328FC
Black with #8328FC
Text Example
Text Example
White with #8328FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328FC; }
p { color: rgb(131,40,252); }
H1.HeaderClassName
{
color: #8328FC;
}
.AnyTagClassName
{
color: #8328FC;
}
</style>
background-color css
<style>
a { background-color: #8328FC; }
a { background-color: rgb(131,40,252); }
div.DivClassName
{
background-color: #8328FC;
}
.BgClassName
{
background-color: #8328FC;
}
</style>
border-color css
<style>
span { border-color: #8328FC; }
span { border-color: rgb(131,40,252); }
td.TdClassName
{
border-color: #8328FC;
}
.TagClassName
{
border-color: #8328FC;
}
</style>