Shades of Blue Violet #8533DF
Tints of Blue Violet #8533DF
RGB
CMYK
RGB Variations
Color information
#8533DF (or 0x8533DF) is known color: Blue Violet. HEX triplet: 85, 33 and DF. RGB value is (133,51,223). Sum of RGB (Red+Green+Blue) = 133+51+223=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #8533DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533DF is #7ACC20. Grayscale: #5E5E5E. Windows color (decimal): -8047649 or 14627717. OLE color: 14627717.
HSL color Cylindrical-coordinate representation of color #8533DF: hue angle of 268.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8533DF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 51 | 223 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.13 |
| HSL | 268.6º | 0.73% | 0.54% | - |
| HSV(B) | 268.6º | 0.77% | 0.87% | - |
| XYZ | 24.18 | 12.68 | 70.99 | - |
| YUV | 95.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 223 | 0.40 | 0.77 | 0 | 0.13 | 268.6 | 0.73 | 0.54 |
| Hex | 85 | 33 | DF | 28 | 4D | 0 | D | 10D | 49 | 36 |
| Octal | 205 | 63 | 337 | 50 | 115 | 0 | 15 | 415 | 111 | 66 |
| Binary | 10000101 | 110011 | 11011111 | 101000 | 1001101 | 0 | 1101 | 100001101 | 1001001 | 110110 |
Color Harmonies of #8533DF
Complementary color
Monochromatic Colors of #8533DF
Black with #8533DF
Text Example
Text Example
White with #8533DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533DF; }
p { color: rgb(133,51,223); }
H1.HeaderClassName
{
color: #8533DF;
}
.AnyTagClassName
{
color: #8533DF;
}
</style>
background-color css
<style>
a { background-color: #8533DF; }
a { background-color: rgb(133,51,223); }
div.DivClassName
{
background-color: #8533DF;
}
.BgClassName
{
background-color: #8533DF;
}
</style>
border-color css
<style>
span { border-color: #8533DF; }
span { border-color: rgb(133,51,223); }
td.TdClassName
{
border-color: #8533DF;
}
.TagClassName
{
border-color: #8533DF;
}
</style>