Shades of Blue Violet #8325FD
Tints of Blue Violet #8325FD
RGB
CMYK
RGB Variations
Color information
#8325FD (or 0x8325FD) is known color: Blue Violet. HEX triplet: 83, 25 and FD. RGB value is (131,37,253). Sum of RGB (Red+Green+Blue) = 131+37+253=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #8325FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8325FD is #7CDA02. Grayscale: #585858. Windows color (decimal): -8182275 or 16590211. OLE color: 16590211.
HSL color Cylindrical-coordinate representation of color #8325FD: hue angle of 266.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8325FD is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 37 | 253 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.01 |
| HSL | 266.11º | 0.98% | 0.57% | - |
| HSV(B) | 266.11º | 0.85% | 0.99% | - |
| XYZ | 27.75 | 13.24 | 94.02 | - |
| YUV | 89.73 | 220.14 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 253 | 0.48 | 0.85 | 0 | 0.01 | 266.11 | 0.98 | 0.57 |
| Hex | 83 | 25 | FD | 30 | 55 | 0 | 1 | 10A | 62 | 39 |
| Octal | 203 | 45 | 375 | 60 | 125 | 0 | 1 | 412 | 142 | 71 |
| Binary | 10000011 | 100101 | 11111101 | 110000 | 1010101 | 0 | 1 | 100001010 | 1100010 | 111001 |
Color Harmonies of #8325FD
Complementary color
Monochromatic Colors of #8325FD
Black with #8325FD
Text Example
Text Example
White with #8325FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325FD; }
p { color: rgb(131,37,253); }
H1.HeaderClassName
{
color: #8325FD;
}
.AnyTagClassName
{
color: #8325FD;
}
</style>
background-color css
<style>
a { background-color: #8325FD; }
a { background-color: rgb(131,37,253); }
div.DivClassName
{
background-color: #8325FD;
}
.BgClassName
{
background-color: #8325FD;
}
</style>
border-color css
<style>
span { border-color: #8325FD; }
span { border-color: rgb(131,37,253); }
td.TdClassName
{
border-color: #8325FD;
}
.TagClassName
{
border-color: #8325FD;
}
</style>