Shades of Blue Violet #8325CF
Tints of Blue Violet #8325CF
RGB
CMYK
RGB Variations
Color information
#8325CF (or 0x8325CF) is known color: Blue Violet. HEX triplet: 83, 25 and CF. RGB value is (131,37,207). Sum of RGB (Red+Green+Blue) = 131+37+207=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #8325CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325CF is #7CDA30. Grayscale: #535353. Windows color (decimal): -8182321 or 13575555. OLE color: 13575555.
HSL color Cylindrical-coordinate representation of color #8325CF: hue angle of 273.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8325CF is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 37 | 207 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.19 |
| HSL | 273.18º | 0.7% | 0.48% | - |
| HSV(B) | 273.18º | 0.82% | 0.81% | - |
| XYZ | 21.28 | 10.65 | 59.97 | - |
| YUV | 84.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 207 | 0.37 | 0.82 | 0 | 0.19 | 273.18 | 0.7 | 0.48 |
| Hex | 83 | 25 | CF | 25 | 52 | 0 | 13 | 111 | 46 | 30 |
| Octal | 203 | 45 | 317 | 45 | 122 | 0 | 23 | 421 | 106 | 60 |
| Binary | 10000011 | 100101 | 11001111 | 100101 | 1010010 | 0 | 10011 | 100010001 | 1000110 | 110000 |
Color Harmonies of #8325CF
Complementary color
Monochromatic Colors of #8325CF
Black with #8325CF
Text Example
Text Example
White with #8325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325CF; }
p { color: rgb(131,37,207); }
H1.HeaderClassName
{
color: #8325CF;
}
.AnyTagClassName
{
color: #8325CF;
}
</style>
background-color css
<style>
a { background-color: #8325CF; }
a { background-color: rgb(131,37,207); }
div.DivClassName
{
background-color: #8325CF;
}
.BgClassName
{
background-color: #8325CF;
}
</style>
border-color css
<style>
span { border-color: #8325CF; }
span { border-color: rgb(131,37,207); }
td.TdClassName
{
border-color: #8325CF;
}
.TagClassName
{
border-color: #8325CF;
}
</style>