Shades of Blue Violet #8325FA
Tints of Blue Violet #8325FA
RGB
CMYK
RGB Variations
Color information
#8325FA (or 0x8325FA) is known color: Blue Violet. HEX triplet: 83, 25 and FA. RGB value is (131,37,250). Sum of RGB (Red+Green+Blue) = 131+37+250=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8325FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325FA is #7CDA05. Grayscale: #585858. Windows color (decimal): -8182278 or 16393603. OLE color: 16393603.
HSL color Cylindrical-coordinate representation of color #8325FA: hue angle of 266.48º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8325FA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 37 | 250 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.02 |
| HSL | 266.48º | 0.96% | 0.56% | - |
| HSV(B) | 266.48º | 0.85% | 0.98% | - |
| XYZ | 27.28 | 13.05 | 91.52 | - |
| YUV | 89.39 | 218.64 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 250 | 0.48 | 0.85 | 0 | 0.02 | 266.48 | 0.96 | 0.56 |
| Hex | 83 | 25 | FA | 30 | 55 | 0 | 2 | 10A | 60 | 38 |
| Octal | 203 | 45 | 372 | 60 | 125 | 0 | 2 | 412 | 140 | 70 |
| Binary | 10000011 | 100101 | 11111010 | 110000 | 1010101 | 0 | 10 | 100001010 | 1100000 | 111000 |
Color Harmonies of #8325FA
Complementary color
Monochromatic Colors of #8325FA
Black with #8325FA
Text Example
Text Example
White with #8325FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325FA; }
p { color: rgb(131,37,250); }
H1.HeaderClassName
{
color: #8325FA;
}
.AnyTagClassName
{
color: #8325FA;
}
</style>
background-color css
<style>
a { background-color: #8325FA; }
a { background-color: rgb(131,37,250); }
div.DivClassName
{
background-color: #8325FA;
}
.BgClassName
{
background-color: #8325FA;
}
</style>
border-color css
<style>
span { border-color: #8325FA; }
span { border-color: rgb(131,37,250); }
td.TdClassName
{
border-color: #8325FA;
}
.TagClassName
{
border-color: #8325FA;
}
</style>