Shades of Blue Violet #8120CC
Tints of Blue Violet #8120CC
RGB
CMYK
RGB Variations
Color information
#8120CC (or 0x8120CC) is known color: Blue Violet. HEX triplet: 81, 20 and CC. RGB value is (129,32,204). Sum of RGB (Red+Green+Blue) = 129+32+204=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8120CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8120CC is #7EDF33. Grayscale: #505050. Windows color (decimal): -8314676 or 13377665. OLE color: 13377665.
HSL color Cylindrical-coordinate representation of color #8120CC: hue angle of 273.84º degrees, saturation: 0.73, 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 #8120CC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 32 | 204 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.2 |
| HSL | 273.84º | 0.73% | 0.46% | - |
| HSV(B) | 273.84º | 0.84% | 0.8% | - |
| XYZ | 20.47 | 10.06 | 57.99 | - |
| YUV | 80.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 204 | 0.37 | 0.84 | 0 | 0.2 | 273.84 | 0.73 | 0.46 |
| Hex | 81 | 20 | CC | 25 | 54 | 0 | 14 | 112 | 49 | 2E |
| Octal | 201 | 40 | 314 | 45 | 124 | 0 | 24 | 422 | 111 | 56 |
| Binary | 10000001 | 100000 | 11001100 | 100101 | 1010100 | 0 | 10100 | 100010010 | 1001001 | 101110 |
Color Harmonies of #8120CC
Complementary color
Monochromatic Colors of #8120CC
Black with #8120CC
Text Example
Text Example
White with #8120CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8120CC; }
p { color: rgb(129,32,204); }
H1.HeaderClassName
{
color: #8120CC;
}
.AnyTagClassName
{
color: #8120CC;
}
</style>
background-color css
<style>
a { background-color: #8120CC; }
a { background-color: rgb(129,32,204); }
div.DivClassName
{
background-color: #8120CC;
}
.BgClassName
{
background-color: #8120CC;
}
</style>
border-color css
<style>
span { border-color: #8120CC; }
span { border-color: rgb(129,32,204); }
td.TdClassName
{
border-color: #8120CC;
}
.TagClassName
{
border-color: #8120CC;
}
</style>