Shades of Blue Violet #8527CF
Tints of Blue Violet #8527CF
RGB
CMYK
RGB Variations
Color information
#8527CF (or 0x8527CF) is known color: Blue Violet. HEX triplet: 85, 27 and CF. RGB value is (133,39,207). Sum of RGB (Red+Green+Blue) = 133+39+207=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #8527CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8527CF is #7AD830. Grayscale: #555555. Windows color (decimal): -8050737 or 13576069. OLE color: 13576069.
HSL color Cylindrical-coordinate representation of color #8527CF: hue angle of 273.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8527CF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 39 | 207 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.19 |
| HSL | 273.57º | 0.68% | 0.48% | - |
| HSV(B) | 273.57º | 0.81% | 0.81% | - |
| XYZ | 21.66 | 10.94 | 60 | - |
| YUV | 86.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 207 | 0.36 | 0.81 | 0 | 0.19 | 273.57 | 0.68 | 0.48 |
| Hex | 85 | 27 | CF | 24 | 51 | 0 | 13 | 112 | 44 | 30 |
| Octal | 205 | 47 | 317 | 44 | 121 | 0 | 23 | 422 | 104 | 60 |
| Binary | 10000101 | 100111 | 11001111 | 100100 | 1010001 | 0 | 10011 | 100010010 | 1000100 | 110000 |
Color Harmonies of #8527CF
Complementary color
Monochromatic Colors of #8527CF
Black with #8527CF
Text Example
Text Example
White with #8527CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527CF; }
p { color: rgb(133,39,207); }
H1.HeaderClassName
{
color: #8527CF;
}
.AnyTagClassName
{
color: #8527CF;
}
</style>
background-color css
<style>
a { background-color: #8527CF; }
a { background-color: rgb(133,39,207); }
div.DivClassName
{
background-color: #8527CF;
}
.BgClassName
{
background-color: #8527CF;
}
</style>
border-color css
<style>
span { border-color: #8527CF; }
span { border-color: rgb(133,39,207); }
td.TdClassName
{
border-color: #8527CF;
}
.TagClassName
{
border-color: #8527CF;
}
</style>