Shades of Blue Violet #8533DD
Tints of Blue Violet #8533DD
RGB
CMYK
RGB Variations
Color information
#8533DD (or 0x8533DD) is known color: Blue Violet. HEX triplet: 85, 33 and DD. RGB value is (133,51,221). Sum of RGB (Red+Green+Blue) = 133+51+221=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #8533DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533DD is #7ACC22. Grayscale: #5E5E5E. Windows color (decimal): -8047651 or 14496645. OLE color: 14496645.
HSL color Cylindrical-coordinate representation of color #8533DD: hue angle of 268.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8533DD is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 51 | 221 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.13 |
| HSL | 268.94º | 0.71% | 0.53% | - |
| HSV(B) | 268.94º | 0.77% | 0.87% | - |
| XYZ | 23.91 | 12.57 | 69.57 | - |
| YUV | 94.9 | 199.17 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 221 | 0.40 | 0.77 | 0 | 0.13 | 268.94 | 0.71 | 0.53 |
| Hex | 85 | 33 | DD | 28 | 4D | 0 | D | 10D | 47 | 35 |
| Octal | 205 | 63 | 335 | 50 | 115 | 0 | 15 | 415 | 107 | 65 |
| Binary | 10000101 | 110011 | 11011101 | 101000 | 1001101 | 0 | 1101 | 100001101 | 1000111 | 110101 |
Color Harmonies of #8533DD
Complementary color
Monochromatic Colors of #8533DD
Black with #8533DD
Text Example
Text Example
White with #8533DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533DD; }
p { color: rgb(133,51,221); }
H1.HeaderClassName
{
color: #8533DD;
}
.AnyTagClassName
{
color: #8533DD;
}
</style>
background-color css
<style>
a { background-color: #8533DD; }
a { background-color: rgb(133,51,221); }
div.DivClassName
{
background-color: #8533DD;
}
.BgClassName
{
background-color: #8533DD;
}
</style>
border-color css
<style>
span { border-color: #8533DD; }
span { border-color: rgb(133,51,221); }
td.TdClassName
{
border-color: #8533DD;
}
.TagClassName
{
border-color: #8533DD;
}
</style>