Shades of Blue Violet #8424CB
Tints of Blue Violet #8424CB
RGB
CMYK
RGB Variations
Color information
#8424CB (or 0x8424CB) is known color: Blue Violet. HEX triplet: 84, 24 and CB. RGB value is (132,36,203). Sum of RGB (Red+Green+Blue) = 132+36+203=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8424CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424CB is #7BDB34. Grayscale: #535353. Windows color (decimal): -8117045 or 13313156. OLE color: 13313156.
HSL color Cylindrical-coordinate representation of color #8424CB: hue angle of 274.49º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8424CB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 36 | 203 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.20 |
| HSL | 274.49º | 0.7% | 0.47% | - |
| HSV(B) | 274.49º | 0.82% | 0.8% | - |
| XYZ | 20.93 | 10.48 | 57.42 | - |
| YUV | 83.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 203 | 0.35 | 0.82 | 0 | 0.20 | 274.49 | 0.7 | 0.47 |
| Hex | 84 | 24 | CB | 23 | 52 | 0 | 14 | 112 | 46 | 2F |
| Octal | 204 | 44 | 313 | 43 | 122 | 0 | 24 | 422 | 106 | 57 |
| Binary | 10000100 | 100100 | 11001011 | 100011 | 1010010 | 0 | 10100 | 100010010 | 1000110 | 101111 |
Color Harmonies of #8424CB
Complementary color
Monochromatic Colors of #8424CB
Black with #8424CB
Text Example
Text Example
White with #8424CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424CB; }
p { color: rgb(132,36,203); }
H1.HeaderClassName
{
color: #8424CB;
}
.AnyTagClassName
{
color: #8424CB;
}
</style>
background-color css
<style>
a { background-color: #8424CB; }
a { background-color: rgb(132,36,203); }
div.DivClassName
{
background-color: #8424CB;
}
.BgClassName
{
background-color: #8424CB;
}
</style>
border-color css
<style>
span { border-color: #8424CB; }
span { border-color: rgb(132,36,203); }
td.TdClassName
{
border-color: #8424CB;
}
.TagClassName
{
border-color: #8424CB;
}
</style>