Shades of Blue Violet #8525CE
Tints of Blue Violet #8525CE
RGB
CMYK
RGB Variations
Color information
#8525CE (or 0x8525CE) is known color: Blue Violet. HEX triplet: 85, 25 and CE. RGB value is (133,37,206). Sum of RGB (Red+Green+Blue) = 133+37+206=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #8525CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525CE is #7ADA31. Grayscale: #545454. Windows color (decimal): -8051250 or 13510021. OLE color: 13510021.
HSL color Cylindrical-coordinate representation of color #8525CE: hue angle of 274.08º degrees, saturation: 0.7, 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 #8525CE is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 37 | 206 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.19 |
| HSL | 274.08º | 0.7% | 0.48% | - |
| HSV(B) | 274.08º | 0.82% | 0.81% | - |
| XYZ | 21.48 | 10.77 | 59.34 | - |
| YUV | 84.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 206 | 0.35 | 0.82 | 0 | 0.19 | 274.08 | 0.7 | 0.48 |
| Hex | 85 | 25 | CE | 23 | 52 | 0 | 13 | 112 | 46 | 30 |
| Octal | 205 | 45 | 316 | 43 | 122 | 0 | 23 | 422 | 106 | 60 |
| Binary | 10000101 | 100101 | 11001110 | 100011 | 1010010 | 0 | 10011 | 100010010 | 1000110 | 110000 |
Color Harmonies of #8525CE
Complementary color
Monochromatic Colors of #8525CE
Black with #8525CE
Text Example
Text Example
White with #8525CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525CE; }
p { color: rgb(133,37,206); }
H1.HeaderClassName
{
color: #8525CE;
}
.AnyTagClassName
{
color: #8525CE;
}
</style>
background-color css
<style>
a { background-color: #8525CE; }
a { background-color: rgb(133,37,206); }
div.DivClassName
{
background-color: #8525CE;
}
.BgClassName
{
background-color: #8525CE;
}
</style>
border-color css
<style>
span { border-color: #8525CE; }
span { border-color: rgb(133,37,206); }
td.TdClassName
{
border-color: #8525CE;
}
.TagClassName
{
border-color: #8525CE;
}
</style>