Shades of Blue Violet #8422CA
Tints of Blue Violet #8422CA
RGB
CMYK
RGB Variations
Color information
#8422CA (or 0x8422CA) is known color: Blue Violet. HEX triplet: 84, 22 and CA. RGB value is (132,34,202). Sum of RGB (Red+Green+Blue) = 132+34+202=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #8422CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422CA is #7BDD35. Grayscale: #515151. Windows color (decimal): -8117558 or 13247108. OLE color: 13247108.
HSL color Cylindrical-coordinate representation of color #8422CA: hue angle of 275º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8422CA is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 34 | 202 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.21 |
| HSL | 275º | 0.71% | 0.46% | - |
| HSV(B) | 275º | 0.83% | 0.79% | - |
| XYZ | 20.75 | 10.31 | 56.77 | - |
| YUV | 82.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 202 | 0.35 | 0.83 | 0 | 0.21 | 275 | 0.71 | 0.46 |
| Hex | 84 | 22 | CA | 23 | 53 | 0 | 15 | 113 | 47 | 2E |
| Octal | 204 | 42 | 312 | 43 | 123 | 0 | 25 | 423 | 107 | 56 |
| Binary | 10000100 | 100010 | 11001010 | 100011 | 1010011 | 0 | 10101 | 100010011 | 1000111 | 101110 |
Color Harmonies of #8422CA
Complementary color
Monochromatic Colors of #8422CA
Black with #8422CA
Text Example
Text Example
White with #8422CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422CA; }
p { color: rgb(132,34,202); }
H1.HeaderClassName
{
color: #8422CA;
}
.AnyTagClassName
{
color: #8422CA;
}
</style>
background-color css
<style>
a { background-color: #8422CA; }
a { background-color: rgb(132,34,202); }
div.DivClassName
{
background-color: #8422CA;
}
.BgClassName
{
background-color: #8422CA;
}
</style>
border-color css
<style>
span { border-color: #8422CA; }
span { border-color: rgb(132,34,202); }
td.TdClassName
{
border-color: #8422CA;
}
.TagClassName
{
border-color: #8422CA;
}
</style>