Shades of Blue Violet #8322CC
Tints of Blue Violet #8322CC
RGB
CMYK
RGB Variations
Color information
#8322CC (or 0x8322CC) is known color: Blue Violet. HEX triplet: 83, 22 and CC. RGB value is (131,34,204). Sum of RGB (Red+Green+Blue) = 131+34+204=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #8322CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322CC is #7CDD33. Grayscale: #515151. Windows color (decimal): -8183092 or 13378179. OLE color: 13378179.
HSL color Cylindrical-coordinate representation of color #8322CC: hue angle of 274.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8322CC is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 34 | 204 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.2 |
| HSL | 274.24º | 0.71% | 0.47% | - |
| HSV(B) | 274.24º | 0.83% | 0.8% | - |
| XYZ | 20.83 | 10.33 | 58.02 | - |
| YUV | 82.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 204 | 0.36 | 0.83 | 0 | 0.2 | 274.24 | 0.71 | 0.47 |
| Hex | 83 | 22 | CC | 24 | 53 | 0 | 14 | 112 | 47 | 2F |
| Octal | 203 | 42 | 314 | 44 | 123 | 0 | 24 | 422 | 107 | 57 |
| Binary | 10000011 | 100010 | 11001100 | 100100 | 1010011 | 0 | 10100 | 100010010 | 1000111 | 101111 |
Color Harmonies of #8322CC
Complementary color
Monochromatic Colors of #8322CC
Black with #8322CC
Text Example
Text Example
White with #8322CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8322CC; }
p { color: rgb(131,34,204); }
H1.HeaderClassName
{
color: #8322CC;
}
.AnyTagClassName
{
color: #8322CC;
}
</style>
background-color css
<style>
a { background-color: #8322CC; }
a { background-color: rgb(131,34,204); }
div.DivClassName
{
background-color: #8322CC;
}
.BgClassName
{
background-color: #8322CC;
}
</style>
border-color css
<style>
span { border-color: #8322CC; }
span { border-color: rgb(131,34,204); }
td.TdClassName
{
border-color: #8322CC;
}
.TagClassName
{
border-color: #8322CC;
}
</style>