Shades of Blue Violet #8325FE
Tints of Blue Violet #8325FE
RGB
CMYK
RGB Variations
Color information
#8325FE (or 0x8325FE) is known color: Blue Violet. HEX triplet: 83, 25 and FE. RGB value is (131,37,254). Sum of RGB (Red+Green+Blue) = 131+37+254=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #8325FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325FE is #7CDA01. Grayscale: #595959. Windows color (decimal): -8182274 or 16655747. OLE color: 16655747.
HSL color Cylindrical-coordinate representation of color #8325FE: hue angle of 265.99º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8325FE is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 37 | 254 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.00 |
| HSL | 265.99º | 0.99% | 0.57% | - |
| HSV(B) | 265.99º | 0.85% | 1% | - |
| XYZ | 27.91 | 13.3 | 94.86 | - |
| YUV | 89.84 | 220.64 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 254 | 0.48 | 0.85 | 0 | 0.00 | 265.99 | 0.99 | 0.57 |
| Hex | 83 | 25 | FE | 30 | 55 | 0 | 0 | 10A | 63 | 39 |
| Octal | 203 | 45 | 376 | 60 | 125 | 0 | 0 | 412 | 143 | 71 |
| Binary | 10000011 | 100101 | 11111110 | 110000 | 1010101 | 0 | 0 | 100001010 | 1100011 | 111001 |
Color Harmonies of #8325FE
Complementary color
Monochromatic Colors of #8325FE
Black with #8325FE
Text Example
Text Example
White with #8325FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325FE; }
p { color: rgb(131,37,254); }
H1.HeaderClassName
{
color: #8325FE;
}
.AnyTagClassName
{
color: #8325FE;
}
</style>
background-color css
<style>
a { background-color: #8325FE; }
a { background-color: rgb(131,37,254); }
div.DivClassName
{
background-color: #8325FE;
}
.BgClassName
{
background-color: #8325FE;
}
</style>
border-color css
<style>
span { border-color: #8325FE; }
span { border-color: rgb(131,37,254); }
td.TdClassName
{
border-color: #8325FE;
}
.TagClassName
{
border-color: #8325FE;
}
</style>