Shades of Blue Violet #8525DC
Tints of Blue Violet #8525DC
RGB
CMYK
RGB Variations
Color information
#8525DC (or 0x8525DC) is known color: Blue Violet. HEX triplet: 85, 25 and DC. RGB value is (133,37,220). Sum of RGB (Red+Green+Blue) = 133+37+220=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #8525DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525DC is #7ADA23. Grayscale: #555555. Windows color (decimal): -8051236 or 14427525. OLE color: 14427525.
HSL color Cylindrical-coordinate representation of color #8525DC: hue angle of 271.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8525DC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 37 | 220 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.14 |
| HSL | 271.48º | 0.72% | 0.5% | - |
| HSV(B) | 271.48º | 0.83% | 0.86% | - |
| XYZ | 23.25 | 11.48 | 68.7 | - |
| YUV | 86.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 220 | 0.40 | 0.83 | 0 | 0.14 | 271.48 | 0.72 | 0.5 |
| Hex | 85 | 25 | DC | 28 | 53 | 0 | E | 10F | 48 | 32 |
| Octal | 205 | 45 | 334 | 50 | 123 | 0 | 16 | 417 | 110 | 62 |
| Binary | 10000101 | 100101 | 11011100 | 101000 | 1010011 | 0 | 1110 | 100001111 | 1001000 | 110010 |
Color Harmonies of #8525DC
Complementary color
Monochromatic Colors of #8525DC
Black with #8525DC
Text Example
Text Example
White with #8525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525DC; }
p { color: rgb(133,37,220); }
H1.HeaderClassName
{
color: #8525DC;
}
.AnyTagClassName
{
color: #8525DC;
}
</style>
background-color css
<style>
a { background-color: #8525DC; }
a { background-color: rgb(133,37,220); }
div.DivClassName
{
background-color: #8525DC;
}
.BgClassName
{
background-color: #8525DC;
}
</style>
border-color css
<style>
span { border-color: #8525DC; }
span { border-color: rgb(133,37,220); }
td.TdClassName
{
border-color: #8525DC;
}
.TagClassName
{
border-color: #8525DC;
}
</style>