Shades of Blue Violet #8529CC
Tints of Blue Violet #8529CC
RGB
CMYK
RGB Variations
Color information
#8529CC (or 0x8529CC) is known color: Blue Violet. HEX triplet: 85, 29 and CC. RGB value is (133,41,204). Sum of RGB (Red+Green+Blue) = 133+41+204=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #8529CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529CC is #7AD633. Grayscale: #565656. Windows color (decimal): -8050228 or 13379973. OLE color: 13379973.
HSL color Cylindrical-coordinate representation of color #8529CC: hue angle of 273.87º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8529CC is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 41 | 204 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.2 |
| HSL | 273.87º | 0.67% | 0.48% | - |
| HSV(B) | 273.87º | 0.8% | 0.8% | - |
| XYZ | 21.36 | 10.93 | 58.11 | - |
| YUV | 87.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 204 | 0.35 | 0.80 | 0 | 0.2 | 273.87 | 0.67 | 0.48 |
| Hex | 85 | 29 | CC | 23 | 50 | 0 | 14 | 112 | 43 | 30 |
| Octal | 205 | 51 | 314 | 43 | 120 | 0 | 24 | 422 | 103 | 60 |
| Binary | 10000101 | 101001 | 11001100 | 100011 | 1010000 | 0 | 10100 | 100010010 | 1000011 | 110000 |
Color Harmonies of #8529CC
Complementary color
Monochromatic Colors of #8529CC
Black with #8529CC
Text Example
Text Example
White with #8529CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8529CC; }
p { color: rgb(133,41,204); }
H1.HeaderClassName
{
color: #8529CC;
}
.AnyTagClassName
{
color: #8529CC;
}
</style>
background-color css
<style>
a { background-color: #8529CC; }
a { background-color: rgb(133,41,204); }
div.DivClassName
{
background-color: #8529CC;
}
.BgClassName
{
background-color: #8529CC;
}
</style>
border-color css
<style>
span { border-color: #8529CC; }
span { border-color: rgb(133,41,204); }
td.TdClassName
{
border-color: #8529CC;
}
.TagClassName
{
border-color: #8529CC;
}
</style>