Shades of Blue Violet #8232FF
Tints of Blue Violet #8232FF
RGB
CMYK
RGB Variations
Color information
#8232FF (or 0x8232FF) is known color: Blue Violet. HEX triplet: 82, 32 and FF. RGB value is (130,50,255). Sum of RGB (Red+Green+Blue) = 130+50+255=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #8232FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FF is #7DCD00. Grayscale: #606060. Windows color (decimal): -8244481 or 16724610. OLE color: 16724610.
HSL color Cylindrical-coordinate representation of color #8232FF: hue angle of 263.41º 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 #8232FF is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 50 | 255 | - |
| CMYK | 0.49 | 0.80 | 0 | 0 |
| HSL | 263.41º | 1% | 0.6% | - |
| HSV(B) | 263.41º | 0.8% | 1% | - |
| XYZ | 28.4 | 14.25 | 95.86 | - |
| YUV | 97.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 255 | 0.49 | 0.80 | 0 | 0 | 263.41 | 1 | 0.6 |
| Hex | 82 | 32 | FF | 31 | 50 | 0 | 0 | 107 | 64 | 3C |
| Octal | 202 | 62 | 377 | 61 | 120 | 0 | 0 | 407 | 144 | 74 |
| Binary | 10000010 | 110010 | 11111111 | 110001 | 1010000 | 0 | 0 | 100000111 | 1100100 | 111100 |
Color Harmonies of #8232FF
Complementary color
Monochromatic Colors of #8232FF
Black with #8232FF
Text Example
Text Example
White with #8232FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FF; }
p { color: rgb(130,50,255); }
H1.HeaderClassName
{
color: #8232FF;
}
.AnyTagClassName
{
color: #8232FF;
}
</style>
background-color css
<style>
a { background-color: #8232FF; }
a { background-color: rgb(130,50,255); }
div.DivClassName
{
background-color: #8232FF;
}
.BgClassName
{
background-color: #8232FF;
}
</style>
border-color css
<style>
span { border-color: #8232FF; }
span { border-color: rgb(130,50,255); }
td.TdClassName
{
border-color: #8232FF;
}
.TagClassName
{
border-color: #8232FF;
}
</style>