Shades of Blue Violet #8526CC
Tints of Blue Violet #8526CC
RGB
CMYK
RGB Variations
Color information
#8526CC (or 0x8526CC) is known color: Blue Violet. HEX triplet: 85, 26 and CC. RGB value is (133,38,204). Sum of RGB (Red+Green+Blue) = 133+38+204=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #8526CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526CC is #7AD933. Grayscale: #545454. Windows color (decimal): -8050996 or 13379205. OLE color: 13379205.
HSL color Cylindrical-coordinate representation of color #8526CC: hue angle of 274.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8526CC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 38 | 204 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.2 |
| HSL | 274.34º | 0.69% | 0.47% | - |
| HSV(B) | 274.34º | 0.81% | 0.8% | - |
| XYZ | 21.27 | 10.73 | 58.08 | - |
| YUV | 85.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 204 | 0.35 | 0.81 | 0 | 0.2 | 274.34 | 0.69 | 0.47 |
| Hex | 85 | 26 | CC | 23 | 51 | 0 | 14 | 112 | 45 | 2F |
| Octal | 205 | 46 | 314 | 43 | 121 | 0 | 24 | 422 | 105 | 57 |
| Binary | 10000101 | 100110 | 11001100 | 100011 | 1010001 | 0 | 10100 | 100010010 | 1000101 | 101111 |
Color Harmonies of #8526CC
Complementary color
Monochromatic Colors of #8526CC
Black with #8526CC
Text Example
Text Example
White with #8526CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526CC; }
p { color: rgb(133,38,204); }
H1.HeaderClassName
{
color: #8526CC;
}
.AnyTagClassName
{
color: #8526CC;
}
</style>
background-color css
<style>
a { background-color: #8526CC; }
a { background-color: rgb(133,38,204); }
div.DivClassName
{
background-color: #8526CC;
}
.BgClassName
{
background-color: #8526CC;
}
</style>
border-color css
<style>
span { border-color: #8526CC; }
span { border-color: rgb(133,38,204); }
td.TdClassName
{
border-color: #8526CC;
}
.TagClassName
{
border-color: #8526CC;
}
</style>