Shades of Blue Violet #8530DF
Tints of Blue Violet #8530DF
RGB
CMYK
RGB Variations
Color information
#8530DF (or 0x8530DF) is known color: Blue Violet. HEX triplet: 85, 30 and DF. RGB value is (133,48,223). Sum of RGB (Red+Green+Blue) = 133+48+223=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #8530DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530DF is #7ACF20. Grayscale: #5C5C5C. Windows color (decimal): -8048417 or 14626949. OLE color: 14626949.
HSL color Cylindrical-coordinate representation of color #8530DF: hue angle of 269.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8530DF is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 48 | 223 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.13 |
| HSL | 269.14º | 0.73% | 0.53% | - |
| HSV(B) | 269.14º | 0.78% | 0.87% | - |
| XYZ | 24.05 | 12.43 | 70.94 | - |
| YUV | 93.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 223 | 0.40 | 0.78 | 0 | 0.13 | 269.14 | 0.73 | 0.53 |
| Hex | 85 | 30 | DF | 28 | 4E | 0 | D | 10D | 49 | 35 |
| Octal | 205 | 60 | 337 | 50 | 116 | 0 | 15 | 415 | 111 | 65 |
| Binary | 10000101 | 110000 | 11011111 | 101000 | 1001110 | 0 | 1101 | 100001101 | 1001001 | 110101 |
Color Harmonies of #8530DF
Complementary color
Monochromatic Colors of #8530DF
Black with #8530DF
Text Example
Text Example
White with #8530DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8530DF; }
p { color: rgb(133,48,223); }
H1.HeaderClassName
{
color: #8530DF;
}
.AnyTagClassName
{
color: #8530DF;
}
</style>
background-color css
<style>
a { background-color: #8530DF; }
a { background-color: rgb(133,48,223); }
div.DivClassName
{
background-color: #8530DF;
}
.BgClassName
{
background-color: #8530DF;
}
</style>
border-color css
<style>
span { border-color: #8530DF; }
span { border-color: rgb(133,48,223); }
td.TdClassName
{
border-color: #8530DF;
}
.TagClassName
{
border-color: #8530DF;
}
</style>