Shades of Blue Violet #8528DF
Tints of Blue Violet #8528DF
RGB
CMYK
RGB Variations
Color information
#8528DF (or 0x8528DF) is known color: Blue Violet. HEX triplet: 85, 28 and DF. RGB value is (133,40,223). Sum of RGB (Red+Green+Blue) = 133+40+223=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #8528DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528DF is #7AD720. Grayscale: #585858. Windows color (decimal): -8050465 or 14624901. OLE color: 14624901.
HSL color Cylindrical-coordinate representation of color #8528DF: hue angle of 270.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8528DF is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 40 | 223 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.13 |
| HSL | 270.49º | 0.74% | 0.52% | - |
| HSV(B) | 270.49º | 0.82% | 0.87% | - |
| XYZ | 23.75 | 11.83 | 70.84 | - |
| YUV | 88.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 223 | 0.40 | 0.82 | 0 | 0.13 | 270.49 | 0.74 | 0.52 |
| Hex | 85 | 28 | DF | 28 | 52 | 0 | D | 10E | 4A | 34 |
| Octal | 205 | 50 | 337 | 50 | 122 | 0 | 15 | 416 | 112 | 64 |
| Binary | 10000101 | 101000 | 11011111 | 101000 | 1010010 | 0 | 1101 | 100001110 | 1001010 | 110100 |
Color Harmonies of #8528DF
Complementary color
Monochromatic Colors of #8528DF
Black with #8528DF
Text Example
Text Example
White with #8528DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528DF; }
p { color: rgb(133,40,223); }
H1.HeaderClassName
{
color: #8528DF;
}
.AnyTagClassName
{
color: #8528DF;
}
</style>
background-color css
<style>
a { background-color: #8528DF; }
a { background-color: rgb(133,40,223); }
div.DivClassName
{
background-color: #8528DF;
}
.BgClassName
{
background-color: #8528DF;
}
</style>
border-color css
<style>
span { border-color: #8528DF; }
span { border-color: rgb(133,40,223); }
td.TdClassName
{
border-color: #8528DF;
}
.TagClassName
{
border-color: #8528DF;
}
</style>