Shades of Blue Violet #8530ED
Tints of Blue Violet #8530ED
RGB
CMYK
RGB Variations
Color information
#8530ED (or 0x8530ED) is known color: Blue Violet. HEX triplet: 85, 30 and ED. RGB value is (133,48,237). Sum of RGB (Red+Green+Blue) = 133+48+237=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #8530ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530ED is #7ACF12. Grayscale: #5E5E5E. Windows color (decimal): -8048403 or 15544453. OLE color: 15544453.
HSL color Cylindrical-coordinate representation of color #8530ED: hue angle of 266.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8530ED is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 48 | 237 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.07 |
| HSL | 266.98º | 0.84% | 0.56% | - |
| HSV(B) | 266.98º | 0.8% | 0.93% | - |
| XYZ | 26.02 | 13.21 | 81.3 | - |
| YUV | 94.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 237 | 0.44 | 0.80 | 0 | 0.07 | 266.98 | 0.84 | 0.56 |
| Hex | 85 | 30 | ED | 2C | 50 | 0 | 7 | 10B | 54 | 38 |
| Octal | 205 | 60 | 355 | 54 | 120 | 0 | 7 | 413 | 124 | 70 |
| Binary | 10000101 | 110000 | 11101101 | 101100 | 1010000 | 0 | 111 | 100001011 | 1010100 | 111000 |
Color Harmonies of #8530ED
Complementary color
Monochromatic Colors of #8530ED
Black with #8530ED
Text Example
Text Example
White with #8530ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8530ED; }
p { color: rgb(133,48,237); }
H1.HeaderClassName
{
color: #8530ED;
}
.AnyTagClassName
{
color: #8530ED;
}
</style>
background-color css
<style>
a { background-color: #8530ED; }
a { background-color: rgb(133,48,237); }
div.DivClassName
{
background-color: #8530ED;
}
.BgClassName
{
background-color: #8530ED;
}
</style>
border-color css
<style>
span { border-color: #8530ED; }
span { border-color: rgb(133,48,237); }
td.TdClassName
{
border-color: #8530ED;
}
.TagClassName
{
border-color: #8530ED;
}
</style>