Shades of Blue Violet #8528DD
Tints of Blue Violet #8528DD
RGB
CMYK
RGB Variations
Color information
#8528DD (or 0x8528DD) is known color: Blue Violet. HEX triplet: 85, 28 and DD. RGB value is (133,40,221). Sum of RGB (Red+Green+Blue) = 133+40+221=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #8528DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8528DD is #7AD722. Grayscale: #575757. Windows color (decimal): -8050467 or 14493829. OLE color: 14493829.
HSL color Cylindrical-coordinate representation of color #8528DD: hue angle of 270.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8528DD is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 40 | 221 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.13 |
| HSL | 270.83º | 0.73% | 0.51% | - |
| HSV(B) | 270.83º | 0.82% | 0.87% | - |
| XYZ | 23.48 | 11.72 | 69.43 | - |
| YUV | 88.44 | 202.81 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 221 | 0.40 | 0.82 | 0 | 0.13 | 270.83 | 0.73 | 0.51 |
| Hex | 85 | 28 | DD | 28 | 52 | 0 | D | 10F | 49 | 33 |
| Octal | 205 | 50 | 335 | 50 | 122 | 0 | 15 | 417 | 111 | 63 |
| Binary | 10000101 | 101000 | 11011101 | 101000 | 1010010 | 0 | 1101 | 100001111 | 1001001 | 110011 |
Color Harmonies of #8528DD
Complementary color
Monochromatic Colors of #8528DD
Black with #8528DD
Text Example
Text Example
White with #8528DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8528DD; }
p { color: rgb(133,40,221); }
H1.HeaderClassName
{
color: #8528DD;
}
.AnyTagClassName
{
color: #8528DD;
}
</style>
background-color css
<style>
a { background-color: #8528DD; }
a { background-color: rgb(133,40,221); }
div.DivClassName
{
background-color: #8528DD;
}
.BgClassName
{
background-color: #8528DD;
}
</style>
border-color css
<style>
span { border-color: #8528DD; }
span { border-color: rgb(133,40,221); }
td.TdClassName
{
border-color: #8528DD;
}
.TagClassName
{
border-color: #8528DD;
}
</style>