Shades of Blue Violet #8232FC
Tints of Blue Violet #8232FC
RGB
CMYK
RGB Variations
Color information
#8232FC (or 0x8232FC) is known color: Blue Violet. HEX triplet: 82, 32 and FC. RGB value is (130,50,252). Sum of RGB (Red+Green+Blue) = 130+50+252=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #8232FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FC is #7DCD03. Grayscale: #606060. Windows color (decimal): -8244484 or 16528002. OLE color: 16528002.
HSL color Cylindrical-coordinate representation of color #8232FC: hue angle of 263.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8232FC is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 50 | 252 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.01 |
| HSL | 263.76º | 0.97% | 0.59% | - |
| HSV(B) | 263.76º | 0.8% | 0.99% | - |
| XYZ | 27.92 | 14.06 | 93.34 | - |
| YUV | 96.95 | 215.5 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 252 | 0.48 | 0.80 | 0 | 0.01 | 263.76 | 0.97 | 0.59 |
| Hex | 82 | 32 | FC | 30 | 50 | 0 | 1 | 108 | 61 | 3B |
| Octal | 202 | 62 | 374 | 60 | 120 | 0 | 1 | 410 | 141 | 73 |
| Binary | 10000010 | 110010 | 11111100 | 110000 | 1010000 | 0 | 1 | 100001000 | 1100001 | 111011 |
Color Harmonies of #8232FC
Complementary color
Monochromatic Colors of #8232FC
Black with #8232FC
Text Example
Text Example
White with #8232FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FC; }
p { color: rgb(130,50,252); }
H1.HeaderClassName
{
color: #8232FC;
}
.AnyTagClassName
{
color: #8232FC;
}
</style>
background-color css
<style>
a { background-color: #8232FC; }
a { background-color: rgb(130,50,252); }
div.DivClassName
{
background-color: #8232FC;
}
.BgClassName
{
background-color: #8232FC;
}
</style>
border-color css
<style>
span { border-color: #8232FC; }
span { border-color: rgb(130,50,252); }
td.TdClassName
{
border-color: #8232FC;
}
.TagClassName
{
border-color: #8232FC;
}
</style>