Shades of Blue Violet #8328CB
Tints of Blue Violet #8328CB
RGB
CMYK
RGB Variations
Color information
#8328CB (or 0x8328CB) is known color: Blue Violet. HEX triplet: 83, 28 and CB. RGB value is (131,40,203). Sum of RGB (Red+Green+Blue) = 131+40+203=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #8328CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328CB is #7CD734. Grayscale: #555555. Windows color (decimal): -8181557 or 13314179. OLE color: 13314179.
HSL color Cylindrical-coordinate representation of color #8328CB: hue angle of 273.5º degrees, saturation: 0.67, 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 #8328CB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 40 | 203 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.20 |
| HSL | 273.5º | 0.67% | 0.48% | - |
| HSV(B) | 273.5º | 0.8% | 0.8% | - |
| XYZ | 20.9 | 10.65 | 57.46 | - |
| YUV | 85.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 203 | 0.35 | 0.80 | 0 | 0.20 | 273.5 | 0.67 | 0.48 |
| Hex | 83 | 28 | CB | 23 | 50 | 0 | 14 | 111 | 43 | 30 |
| Octal | 203 | 50 | 313 | 43 | 120 | 0 | 24 | 421 | 103 | 60 |
| Binary | 10000011 | 101000 | 11001011 | 100011 | 1010000 | 0 | 10100 | 100010001 | 1000011 | 110000 |
Color Harmonies of #8328CB
Complementary color
Monochromatic Colors of #8328CB
Black with #8328CB
Text Example
Text Example
White with #8328CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8328CB; }
p { color: rgb(131,40,203); }
H1.HeaderClassName
{
color: #8328CB;
}
.AnyTagClassName
{
color: #8328CB;
}
</style>
background-color css
<style>
a { background-color: #8328CB; }
a { background-color: rgb(131,40,203); }
div.DivClassName
{
background-color: #8328CB;
}
.BgClassName
{
background-color: #8328CB;
}
</style>
border-color css
<style>
span { border-color: #8328CB; }
span { border-color: rgb(131,40,203); }
td.TdClassName
{
border-color: #8328CB;
}
.TagClassName
{
border-color: #8328CB;
}
</style>