Shades of Blue Violet #8524CB
Tints of Blue Violet #8524CB
RGB
CMYK
RGB Variations
Color information
#8524CB (or 0x8524CB) is known color: Blue Violet. HEX triplet: 85, 24 and CB. RGB value is (133,36,203). Sum of RGB (Red+Green+Blue) = 133+36+203=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #8524CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524CB is #7ADB34. Grayscale: #535353. Windows color (decimal): -8051509 or 13313157. OLE color: 13313157.
HSL color Cylindrical-coordinate representation of color #8524CB: hue angle of 274.85º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8524CB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 36 | 203 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.20 |
| HSL | 274.85º | 0.7% | 0.47% | - |
| HSV(B) | 274.85º | 0.82% | 0.8% | - |
| XYZ | 21.08 | 10.56 | 57.43 | - |
| YUV | 84.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 203 | 0.34 | 0.82 | 0 | 0.20 | 274.85 | 0.7 | 0.47 |
| Hex | 85 | 24 | CB | 22 | 52 | 0 | 14 | 113 | 46 | 2F |
| Octal | 205 | 44 | 313 | 42 | 122 | 0 | 24 | 423 | 106 | 57 |
| Binary | 10000101 | 100100 | 11001011 | 100010 | 1010010 | 0 | 10100 | 100010011 | 1000110 | 101111 |
Color Harmonies of #8524CB
Complementary color
Monochromatic Colors of #8524CB
Black with #8524CB
Text Example
Text Example
White with #8524CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524CB; }
p { color: rgb(133,36,203); }
H1.HeaderClassName
{
color: #8524CB;
}
.AnyTagClassName
{
color: #8524CB;
}
</style>
background-color css
<style>
a { background-color: #8524CB; }
a { background-color: rgb(133,36,203); }
div.DivClassName
{
background-color: #8524CB;
}
.BgClassName
{
background-color: #8524CB;
}
</style>
border-color css
<style>
span { border-color: #8524CB; }
span { border-color: rgb(133,36,203); }
td.TdClassName
{
border-color: #8524CB;
}
.TagClassName
{
border-color: #8524CB;
}
</style>