Shades of Blue Violet #8329CB
Tints of Blue Violet #8329CB
RGB
CMYK
RGB Variations
Color information
#8329CB (or 0x8329CB) is known color: Blue Violet. HEX triplet: 83, 29 and CB. RGB value is (131,41,203). Sum of RGB (Red+Green+Blue) = 131+41+203=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8329CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329CB is #7CD634. Grayscale: #555555. Windows color (decimal): -8181301 or 13314435. OLE color: 13314435.
HSL color Cylindrical-coordinate representation of color #8329CB: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8329CB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 41 | 203 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.20 |
| HSL | 273.33º | 0.66% | 0.48% | - |
| HSV(B) | 273.33º | 0.8% | 0.8% | - |
| XYZ | 20.93 | 10.72 | 57.47 | - |
| YUV | 86.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 203 | 0.35 | 0.80 | 0 | 0.20 | 273.33 | 0.66 | 0.48 |
| Hex | 83 | 29 | CB | 23 | 50 | 0 | 14 | 111 | 42 | 30 |
| Octal | 203 | 51 | 313 | 43 | 120 | 0 | 24 | 421 | 102 | 60 |
| Binary | 10000011 | 101001 | 11001011 | 100011 | 1010000 | 0 | 10100 | 100010001 | 1000010 | 110000 |
Color Harmonies of #8329CB
Complementary color
Monochromatic Colors of #8329CB
Black with #8329CB
Text Example
Text Example
White with #8329CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8329CB; }
p { color: rgb(131,41,203); }
H1.HeaderClassName
{
color: #8329CB;
}
.AnyTagClassName
{
color: #8329CB;
}
</style>
background-color css
<style>
a { background-color: #8329CB; }
a { background-color: rgb(131,41,203); }
div.DivClassName
{
background-color: #8329CB;
}
.BgClassName
{
background-color: #8329CB;
}
</style>
border-color css
<style>
span { border-color: #8329CB; }
span { border-color: rgb(131,41,203); }
td.TdClassName
{
border-color: #8329CB;
}
.TagClassName
{
border-color: #8329CB;
}
</style>