Shades of Blue Violet #8325CA
Tints of Blue Violet #8325CA
RGB
CMYK
RGB Variations
Color information
#8325CA (or 0x8325CA) is known color: Blue Violet. HEX triplet: 83, 25 and CA. RGB value is (131,37,202). Sum of RGB (Red+Green+Blue) = 131+37+202=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8325CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325CA is #7CDA35. Grayscale: #535353. Windows color (decimal): -8182326 or 13247875. OLE color: 13247875.
HSL color Cylindrical-coordinate representation of color #8325CA: hue angle of 274.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8325CA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 37 | 202 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.21 |
| HSL | 274.18º | 0.69% | 0.47% | - |
| HSV(B) | 274.18º | 0.82% | 0.79% | - |
| XYZ | 20.68 | 10.41 | 56.8 | - |
| YUV | 83.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 202 | 0.35 | 0.82 | 0 | 0.21 | 274.18 | 0.69 | 0.47 |
| Hex | 83 | 25 | CA | 23 | 52 | 0 | 15 | 112 | 45 | 2F |
| Octal | 203 | 45 | 312 | 43 | 122 | 0 | 25 | 422 | 105 | 57 |
| Binary | 10000011 | 100101 | 11001010 | 100011 | 1010010 | 0 | 10101 | 100010010 | 1000101 | 101111 |
Color Harmonies of #8325CA
Complementary color
Monochromatic Colors of #8325CA
Black with #8325CA
Text Example
Text Example
White with #8325CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325CA; }
p { color: rgb(131,37,202); }
H1.HeaderClassName
{
color: #8325CA;
}
.AnyTagClassName
{
color: #8325CA;
}
</style>
background-color css
<style>
a { background-color: #8325CA; }
a { background-color: rgb(131,37,202); }
div.DivClassName
{
background-color: #8325CA;
}
.BgClassName
{
background-color: #8325CA;
}
</style>
border-color css
<style>
span { border-color: #8325CA; }
span { border-color: rgb(131,37,202); }
td.TdClassName
{
border-color: #8325CA;
}
.TagClassName
{
border-color: #8325CA;
}
</style>