Shades of Blue Violet #8232FA
Tints of Blue Violet #8232FA
RGB
CMYK
RGB Variations
Color information
#8232FA (or 0x8232FA) is known color: Blue Violet. HEX triplet: 82, 32 and FA. RGB value is (130,50,250). Sum of RGB (Red+Green+Blue) = 130+50+250=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #8232FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FA is #7DCD05. Grayscale: #606060. Windows color (decimal): -8244486 or 16396930. OLE color: 16396930.
HSL color Cylindrical-coordinate representation of color #8232FA: hue angle of 264º degrees, saturation: 0.95, 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 #8232FA is Cyan = 0.48, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 50 | 250 | - |
| CMYK | 0.48 | 0.8 | 0 | 0.02 |
| HSL | 264º | 0.95% | 0.59% | - |
| HSV(B) | 264º | 0.8% | 0.98% | - |
| XYZ | 27.6 | 13.93 | 91.68 | - |
| YUV | 96.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 250 | 0.48 | 0.8 | 0 | 0.02 | 264 | 0.95 | 0.59 |
| Hex | 82 | 32 | FA | 30 | 50 | 0 | 2 | 108 | 5F | 3B |
| Octal | 202 | 62 | 372 | 60 | 120 | 0 | 2 | 410 | 137 | 73 |
| Binary | 10000010 | 110010 | 11111010 | 110000 | 1010000 | 0 | 10 | 100001000 | 1011111 | 111011 |
Color Harmonies of #8232FA
Complementary color
Monochromatic Colors of #8232FA
Black with #8232FA
Text Example
Text Example
White with #8232FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FA; }
p { color: rgb(130,50,250); }
H1.HeaderClassName
{
color: #8232FA;
}
.AnyTagClassName
{
color: #8232FA;
}
</style>
background-color css
<style>
a { background-color: #8232FA; }
a { background-color: rgb(130,50,250); }
div.DivClassName
{
background-color: #8232FA;
}
.BgClassName
{
background-color: #8232FA;
}
</style>
border-color css
<style>
span { border-color: #8232FA; }
span { border-color: rgb(130,50,250); }
td.TdClassName
{
border-color: #8232FA;
}
.TagClassName
{
border-color: #8232FA;
}
</style>