Shades of Blue Violet #8524CE
Tints of Blue Violet #8524CE
RGB
CMYK
RGB Variations
Color information
#8524CE (or 0x8524CE) is known color: Blue Violet. HEX triplet: 85, 24 and CE. RGB value is (133,36,206). Sum of RGB (Red+Green+Blue) = 133+36+206=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #8524CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524CE is #7ADB31. Grayscale: #535353. Windows color (decimal): -8051506 or 13509765. OLE color: 13509765.
HSL color Cylindrical-coordinate representation of color #8524CE: hue angle of 274.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8524CE is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 36 | 206 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.19 |
| HSL | 274.24º | 0.7% | 0.47% | - |
| HSV(B) | 274.24º | 0.83% | 0.81% | - |
| XYZ | 21.44 | 10.7 | 59.33 | - |
| YUV | 84.38 | 196.64 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 206 | 0.35 | 0.83 | 0 | 0.19 | 274.24 | 0.7 | 0.47 |
| Hex | 85 | 24 | CE | 23 | 53 | 0 | 13 | 112 | 46 | 2F |
| Octal | 205 | 44 | 316 | 43 | 123 | 0 | 23 | 422 | 106 | 57 |
| Binary | 10000101 | 100100 | 11001110 | 100011 | 1010011 | 0 | 10011 | 100010010 | 1000110 | 101111 |
Color Harmonies of #8524CE
Complementary color
Monochromatic Colors of #8524CE
Black with #8524CE
Text Example
Text Example
White with #8524CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524CE; }
p { color: rgb(133,36,206); }
H1.HeaderClassName
{
color: #8524CE;
}
.AnyTagClassName
{
color: #8524CE;
}
</style>
background-color css
<style>
a { background-color: #8524CE; }
a { background-color: rgb(133,36,206); }
div.DivClassName
{
background-color: #8524CE;
}
.BgClassName
{
background-color: #8524CE;
}
</style>
border-color css
<style>
span { border-color: #8524CE; }
span { border-color: rgb(133,36,206); }
td.TdClassName
{
border-color: #8524CE;
}
.TagClassName
{
border-color: #8524CE;
}
</style>