Shades of Blue Violet #8325FF
Tints of Blue Violet #8325FF
RGB
CMYK
RGB Variations
Color information
#8325FF (or 0x8325FF) is known color: Blue Violet. HEX triplet: 83, 25 and FF. RGB value is (131,37,255). Sum of RGB (Red+Green+Blue) = 131+37+255=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #8325FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325FF is #7CDA00. Grayscale: #595959. Windows color (decimal): -8182273 or 16721283. OLE color: 16721283.
HSL color Cylindrical-coordinate representation of color #8325FF: hue angle of 265.87º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8325FF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 37 | 255 | - |
| CMYK | 0.49 | 0.85 | 0 | 0 |
| HSL | 265.87º | 1% | 0.57% | - |
| HSV(B) | 265.87º | 0.85% | 1% | - |
| XYZ | 28.07 | 13.37 | 95.71 | - |
| YUV | 89.96 | 221.14 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 255 | 0.49 | 0.85 | 0 | 0 | 265.87 | 1 | 0.57 |
| Hex | 83 | 25 | FF | 31 | 55 | 0 | 0 | 10A | 64 | 39 |
| Octal | 203 | 45 | 377 | 61 | 125 | 0 | 0 | 412 | 144 | 71 |
| Binary | 10000011 | 100101 | 11111111 | 110001 | 1010101 | 0 | 0 | 100001010 | 1100100 | 111001 |
Color Harmonies of #8325FF
Complementary color
Monochromatic Colors of #8325FF
Black with #8325FF
Text Example
Text Example
White with #8325FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325FF; }
p { color: rgb(131,37,255); }
H1.HeaderClassName
{
color: #8325FF;
}
.AnyTagClassName
{
color: #8325FF;
}
</style>
background-color css
<style>
a { background-color: #8325FF; }
a { background-color: rgb(131,37,255); }
div.DivClassName
{
background-color: #8325FF;
}
.BgClassName
{
background-color: #8325FF;
}
</style>
border-color css
<style>
span { border-color: #8325FF; }
span { border-color: rgb(131,37,255); }
td.TdClassName
{
border-color: #8325FF;
}
.TagClassName
{
border-color: #8325FF;
}
</style>