Shades of Blue Violet #8530DC
Tints of Blue Violet #8530DC
RGB
CMYK
RGB Variations
Color information
#8530DC (or 0x8530DC) is known color: Blue Violet. HEX triplet: 85, 30 and DC. RGB value is (133,48,220). Sum of RGB (Red+Green+Blue) = 133+48+220=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #8530DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530DC is #7ACF23. Grayscale: #5C5C5C. Windows color (decimal): -8048420 or 14430341. OLE color: 14430341.
HSL color Cylindrical-coordinate representation of color #8530DC: hue angle of 269.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8530DC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 48 | 220 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.14 |
| HSL | 269.65º | 0.71% | 0.53% | - |
| HSV(B) | 269.65º | 0.78% | 0.86% | - |
| XYZ | 23.65 | 12.27 | 68.83 | - |
| YUV | 93.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 220 | 0.40 | 0.78 | 0 | 0.14 | 269.65 | 0.71 | 0.53 |
| Hex | 85 | 30 | DC | 28 | 4E | 0 | E | 10E | 47 | 35 |
| Octal | 205 | 60 | 334 | 50 | 116 | 0 | 16 | 416 | 107 | 65 |
| Binary | 10000101 | 110000 | 11011100 | 101000 | 1001110 | 0 | 1110 | 100001110 | 1000111 | 110101 |
Color Harmonies of #8530DC
Complementary color
Monochromatic Colors of #8530DC
Black with #8530DC
Text Example
Text Example
White with #8530DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8530DC; }
p { color: rgb(133,48,220); }
H1.HeaderClassName
{
color: #8530DC;
}
.AnyTagClassName
{
color: #8530DC;
}
</style>
background-color css
<style>
a { background-color: #8530DC; }
a { background-color: rgb(133,48,220); }
div.DivClassName
{
background-color: #8530DC;
}
.BgClassName
{
background-color: #8530DC;
}
</style>
border-color css
<style>
span { border-color: #8530DC; }
span { border-color: rgb(133,48,220); }
td.TdClassName
{
border-color: #8530DC;
}
.TagClassName
{
border-color: #8530DC;
}
</style>