Shades of Blue Violet #8526CE
Tints of Blue Violet #8526CE
RGB
CMYK
RGB Variations
Color information
#8526CE (or 0x8526CE) is known color: Blue Violet. HEX triplet: 85, 26 and CE. RGB value is (133,38,206). Sum of RGB (Red+Green+Blue) = 133+38+206=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #8526CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8526CE is #7AD931. Grayscale: #545454. Windows color (decimal): -8050994 or 13510277. OLE color: 13510277.
HSL color Cylindrical-coordinate representation of color #8526CE: hue angle of 273.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8526CE is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 38 | 206 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.19 |
| HSL | 273.93º | 0.69% | 0.48% | - |
| HSV(B) | 273.93º | 0.82% | 0.81% | - |
| XYZ | 21.51 | 10.83 | 59.35 | - |
| YUV | 85.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 206 | 0.35 | 0.82 | 0 | 0.19 | 273.93 | 0.69 | 0.48 |
| Hex | 85 | 26 | CE | 23 | 52 | 0 | 13 | 112 | 45 | 30 |
| Octal | 205 | 46 | 316 | 43 | 122 | 0 | 23 | 422 | 105 | 60 |
| Binary | 10000101 | 100110 | 11001110 | 100011 | 1010010 | 0 | 10011 | 100010010 | 1000101 | 110000 |
Color Harmonies of #8526CE
Complementary color
Monochromatic Colors of #8526CE
Black with #8526CE
Text Example
Text Example
White with #8526CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8526CE; }
p { color: rgb(133,38,206); }
H1.HeaderClassName
{
color: #8526CE;
}
.AnyTagClassName
{
color: #8526CE;
}
</style>
background-color css
<style>
a { background-color: #8526CE; }
a { background-color: rgb(133,38,206); }
div.DivClassName
{
background-color: #8526CE;
}
.BgClassName
{
background-color: #8526CE;
}
</style>
border-color css
<style>
span { border-color: #8526CE; }
span { border-color: rgb(133,38,206); }
td.TdClassName
{
border-color: #8526CE;
}
.TagClassName
{
border-color: #8526CE;
}
</style>