Shades of Blue Violet #8533FF
Tints of Blue Violet #8533FF
RGB
CMYK
RGB Variations
Color information
#8533FF (or 0x8533FF) is known color: Blue Violet. HEX triplet: 85, 33 and FF. RGB value is (133,51,255). Sum of RGB (Red+Green+Blue) = 133+51+255=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #8533FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8533FF is #7ACC00. Grayscale: #626262. Windows color (decimal): -8047617 or 16724869. OLE color: 16724869.
HSL color Cylindrical-coordinate representation of color #8533FF: hue angle of 264.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8533FF is Cyan = 0.48, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 51 | 255 | - |
| CMYK | 0.48 | 0.8 | 0 | 0 |
| HSL | 264.12º | 1% | 0.6% | - |
| HSV(B) | 264.12º | 0.8% | 1% | - |
| XYZ | 28.91 | 14.57 | 95.9 | - |
| YUV | 98.77 | 216.17 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 255 | 0.48 | 0.8 | 0 | 0 | 264.12 | 1 | 0.6 |
| Hex | 85 | 33 | FF | 30 | 50 | 0 | 0 | 108 | 64 | 3C |
| Octal | 205 | 63 | 377 | 60 | 120 | 0 | 0 | 410 | 144 | 74 |
| Binary | 10000101 | 110011 | 11111111 | 110000 | 1010000 | 0 | 0 | 100001000 | 1100100 | 111100 |
Color Harmonies of #8533FF
Complementary color
Monochromatic Colors of #8533FF
Black with #8533FF
Text Example
Text Example
White with #8533FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533FF; }
p { color: rgb(133,51,255); }
H1.HeaderClassName
{
color: #8533FF;
}
.AnyTagClassName
{
color: #8533FF;
}
</style>
background-color css
<style>
a { background-color: #8533FF; }
a { background-color: rgb(133,51,255); }
div.DivClassName
{
background-color: #8533FF;
}
.BgClassName
{
background-color: #8533FF;
}
</style>
border-color css
<style>
span { border-color: #8533FF; }
span { border-color: rgb(133,51,255); }
td.TdClassName
{
border-color: #8533FF;
}
.TagClassName
{
border-color: #8533FF;
}
</style>