Shades of Blue Violet #8232FB
Tints of Blue Violet #8232FB
RGB
CMYK
RGB Variations
Color information
#8232FB (or 0x8232FB) is known color: Blue Violet. HEX triplet: 82, 32 and FB. RGB value is (130,50,251). Sum of RGB (Red+Green+Blue) = 130+50+251=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #8232FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FB is #7DCD04. Grayscale: #606060. Windows color (decimal): -8244485 or 16462466. OLE color: 16462466.
HSL color Cylindrical-coordinate representation of color #8232FB: hue angle of 263.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8232FB is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 50 | 251 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.02 |
| HSL | 263.88º | 0.96% | 0.59% | - |
| HSV(B) | 263.88º | 0.8% | 0.98% | - |
| XYZ | 27.76 | 13.99 | 92.5 | - |
| YUV | 96.83 | 215 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 251 | 0.48 | 0.80 | 0 | 0.02 | 263.88 | 0.96 | 0.59 |
| Hex | 82 | 32 | FB | 30 | 50 | 0 | 2 | 108 | 60 | 3B |
| Octal | 202 | 62 | 373 | 60 | 120 | 0 | 2 | 410 | 140 | 73 |
| Binary | 10000010 | 110010 | 11111011 | 110000 | 1010000 | 0 | 10 | 100001000 | 1100000 | 111011 |
Color Harmonies of #8232FB
Complementary color
Monochromatic Colors of #8232FB
Black with #8232FB
Text Example
Text Example
White with #8232FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FB; }
p { color: rgb(130,50,251); }
H1.HeaderClassName
{
color: #8232FB;
}
.AnyTagClassName
{
color: #8232FB;
}
</style>
background-color css
<style>
a { background-color: #8232FB; }
a { background-color: rgb(130,50,251); }
div.DivClassName
{
background-color: #8232FB;
}
.BgClassName
{
background-color: #8232FB;
}
</style>
border-color css
<style>
span { border-color: #8232FB; }
span { border-color: rgb(130,50,251); }
td.TdClassName
{
border-color: #8232FB;
}
.TagClassName
{
border-color: #8232FB;
}
</style>