Shades of Blue Violet #8428CB
Tints of Blue Violet #8428CB
RGB
CMYK
RGB Variations
Color information
#8428CB (or 0x8428CB) is known color: Blue Violet. HEX triplet: 84, 28 and CB. RGB value is (132,40,203). Sum of RGB (Red+Green+Blue) = 132+40+203=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 40 (16.02% from 255 or 10.67% 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 #8428CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428CB is #7BD734. Grayscale: #555555. Windows color (decimal): -8116021 or 13314180. OLE color: 13314180.
HSL color Cylindrical-coordinate representation of color #8428CB: hue angle of 273.87º 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 #8428CB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 40 | 203 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.20 |
| HSL | 273.87º | 0.67% | 0.48% | - |
| HSV(B) | 273.87º | 0.8% | 0.8% | - |
| XYZ | 21.05 | 10.73 | 57.46 | - |
| YUV | 86.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 203 | 0.35 | 0.80 | 0 | 0.20 | 273.87 | 0.67 | 0.48 |
| Hex | 84 | 28 | CB | 23 | 50 | 0 | 14 | 112 | 43 | 30 |
| Octal | 204 | 50 | 313 | 43 | 120 | 0 | 24 | 422 | 103 | 60 |
| Binary | 10000100 | 101000 | 11001011 | 100011 | 1010000 | 0 | 10100 | 100010010 | 1000011 | 110000 |
Color Harmonies of #8428CB
Complementary color
Monochromatic Colors of #8428CB
Black with #8428CB
Text Example
Text Example
White with #8428CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428CB; }
p { color: rgb(132,40,203); }
H1.HeaderClassName
{
color: #8428CB;
}
.AnyTagClassName
{
color: #8428CB;
}
</style>
background-color css
<style>
a { background-color: #8428CB; }
a { background-color: rgb(132,40,203); }
div.DivClassName
{
background-color: #8428CB;
}
.BgClassName
{
background-color: #8428CB;
}
</style>
border-color css
<style>
span { border-color: #8428CB; }
span { border-color: rgb(132,40,203); }
td.TdClassName
{
border-color: #8428CB;
}
.TagClassName
{
border-color: #8428CB;
}
</style>