Shades of Blue Violet #8232FE
Tints of Blue Violet #8232FE
RGB
CMYK
RGB Variations
Color information
#8232FE (or 0x8232FE) is known color: Blue Violet. HEX triplet: 82, 32 and FE. RGB value is (130,50,254). Sum of RGB (Red+Green+Blue) = 130+50+254=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #8232FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FE is #7DCD01. Grayscale: #606060. Windows color (decimal): -8244482 or 16659074. OLE color: 16659074.
HSL color Cylindrical-coordinate representation of color #8232FE: hue angle of 263.53º 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 #8232FE is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 50 | 254 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.00 |
| HSL | 263.53º | 0.99% | 0.6% | - |
| HSV(B) | 263.53º | 0.8% | 1% | - |
| XYZ | 28.24 | 14.18 | 95.02 | - |
| YUV | 97.18 | 216.5 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 254 | 0.49 | 0.80 | 0 | 0.00 | 263.53 | 0.99 | 0.6 |
| Hex | 82 | 32 | FE | 31 | 50 | 0 | 0 | 108 | 63 | 3C |
| Octal | 202 | 62 | 376 | 61 | 120 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000010 | 110010 | 11111110 | 110001 | 1010000 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8232FE
Complementary color
Monochromatic Colors of #8232FE
Black with #8232FE
Text Example
Text Example
White with #8232FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FE; }
p { color: rgb(130,50,254); }
H1.HeaderClassName
{
color: #8232FE;
}
.AnyTagClassName
{
color: #8232FE;
}
</style>
background-color css
<style>
a { background-color: #8232FE; }
a { background-color: rgb(130,50,254); }
div.DivClassName
{
background-color: #8232FE;
}
.BgClassName
{
background-color: #8232FE;
}
</style>
border-color css
<style>
span { border-color: #8232FE; }
span { border-color: rgb(130,50,254); }
td.TdClassName
{
border-color: #8232FE;
}
.TagClassName
{
border-color: #8232FE;
}
</style>