Shades of Blue Violet #8032CB
Tints of Blue Violet #8032CB
RGB
CMYK
RGB Variations
Color information
#8032CB (or 0x8032CB) is known color: Blue Violet. HEX triplet: 80, 32 and CB. RGB value is (128,50,203). Sum of RGB (Red+Green+Blue) = 128+50+203=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #8032CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032CB is #7FCD34. Grayscale: #5A5A5A. Windows color (decimal): -8375605 or 13316736. OLE color: 13316736.
HSL color Cylindrical-coordinate representation of color #8032CB: hue angle of 270.59º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8032CB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 50 | 203 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.20 |
| HSL | 270.59º | 0.6% | 0.5% | - |
| HSV(B) | 270.59º | 0.75% | 0.8% | - |
| XYZ | 20.82 | 11.18 | 57.56 | - |
| YUV | 90.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 203 | 0.37 | 0.75 | 0 | 0.20 | 270.59 | 0.6 | 0.5 |
| Hex | 80 | 32 | CB | 25 | 4B | 0 | 14 | 10F | 3C | 32 |
| Octal | 200 | 62 | 313 | 45 | 113 | 0 | 24 | 417 | 74 | 62 |
| Binary | 10000000 | 110010 | 11001011 | 100101 | 1001011 | 0 | 10100 | 100001111 | 111100 | 110010 |
Color Harmonies of #8032CB
Complementary color
Monochromatic Colors of #8032CB
Black with #8032CB
Text Example
Text Example
White with #8032CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032CB; }
p { color: rgb(128,50,203); }
H1.HeaderClassName
{
color: #8032CB;
}
.AnyTagClassName
{
color: #8032CB;
}
</style>
background-color css
<style>
a { background-color: #8032CB; }
a { background-color: rgb(128,50,203); }
div.DivClassName
{
background-color: #8032CB;
}
.BgClassName
{
background-color: #8032CB;
}
</style>
border-color css
<style>
span { border-color: #8032CB; }
span { border-color: rgb(128,50,203); }
td.TdClassName
{
border-color: #8032CB;
}
.TagClassName
{
border-color: #8032CB;
}
</style>