Shades of Blue Violet #8421CB
Tints of Blue Violet #8421CB
RGB
CMYK
RGB Variations
Color information
#8421CB (or 0x8421CB) is known color: Blue Violet. HEX triplet: 84, 21 and CB. RGB value is (132,33,203). Sum of RGB (Red+Green+Blue) = 132+33+203=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #8421CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421CB is #7BDE34. Grayscale: #515151. Windows color (decimal): -8117813 or 13312388. OLE color: 13312388.
HSL color Cylindrical-coordinate representation of color #8421CB: hue angle of 274.94º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8421CB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 33 | 203 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.20 |
| HSL | 274.94º | 0.72% | 0.46% | - |
| HSV(B) | 274.94º | 0.84% | 0.8% | - |
| XYZ | 20.84 | 10.31 | 57.39 | - |
| YUV | 81.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 203 | 0.35 | 0.84 | 0 | 0.20 | 274.94 | 0.72 | 0.46 |
| Hex | 84 | 21 | CB | 23 | 54 | 0 | 14 | 113 | 48 | 2E |
| Octal | 204 | 41 | 313 | 43 | 124 | 0 | 24 | 423 | 110 | 56 |
| Binary | 10000100 | 100001 | 11001011 | 100011 | 1010100 | 0 | 10100 | 100010011 | 1001000 | 101110 |
Color Harmonies of #8421CB
Complementary color
Monochromatic Colors of #8421CB
Black with #8421CB
Text Example
Text Example
White with #8421CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421CB; }
p { color: rgb(132,33,203); }
H1.HeaderClassName
{
color: #8421CB;
}
.AnyTagClassName
{
color: #8421CB;
}
</style>
background-color css
<style>
a { background-color: #8421CB; }
a { background-color: rgb(132,33,203); }
div.DivClassName
{
background-color: #8421CB;
}
.BgClassName
{
background-color: #8421CB;
}
</style>
border-color css
<style>
span { border-color: #8421CB; }
span { border-color: rgb(132,33,203); }
td.TdClassName
{
border-color: #8421CB;
}
.TagClassName
{
border-color: #8421CB;
}
</style>