Shades of Blue Violet #8325CB
Tints of Blue Violet #8325CB
RGB
CMYK
RGB Variations
Color information
#8325CB (or 0x8325CB) is known color: Blue Violet. HEX triplet: 83, 25 and CB. RGB value is (131,37,203). Sum of RGB (Red+Green+Blue) = 131+37+203=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8325CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325CB is #7CDA34. Grayscale: #535353. Windows color (decimal): -8182325 or 13313411. OLE color: 13313411.
HSL color Cylindrical-coordinate representation of color #8325CB: hue angle of 273.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8325CB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 37 | 203 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.20 |
| HSL | 273.98º | 0.69% | 0.47% | - |
| HSV(B) | 273.98º | 0.82% | 0.8% | - |
| XYZ | 20.8 | 10.46 | 57.42 | - |
| YUV | 84.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 203 | 0.35 | 0.82 | 0 | 0.20 | 273.98 | 0.69 | 0.47 |
| Hex | 83 | 25 | CB | 23 | 52 | 0 | 14 | 112 | 45 | 2F |
| Octal | 203 | 45 | 313 | 43 | 122 | 0 | 24 | 422 | 105 | 57 |
| Binary | 10000011 | 100101 | 11001011 | 100011 | 1010010 | 0 | 10100 | 100010010 | 1000101 | 101111 |
Color Harmonies of #8325CB
Complementary color
Monochromatic Colors of #8325CB
Black with #8325CB
Text Example
Text Example
White with #8325CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325CB; }
p { color: rgb(131,37,203); }
H1.HeaderClassName
{
color: #8325CB;
}
.AnyTagClassName
{
color: #8325CB;
}
</style>
background-color css
<style>
a { background-color: #8325CB; }
a { background-color: rgb(131,37,203); }
div.DivClassName
{
background-color: #8325CB;
}
.BgClassName
{
background-color: #8325CB;
}
</style>
border-color css
<style>
span { border-color: #8325CB; }
span { border-color: rgb(131,37,203); }
td.TdClassName
{
border-color: #8325CB;
}
.TagClassName
{
border-color: #8325CB;
}
</style>