Shades of Blue Violet #9530DC
Tints of Blue Violet #9530DC
RGB
CMYK
RGB Variations
Color information
#9530DC (or 0x9530DC) is known color: Blue Violet. HEX triplet: 95, 30 and DC. RGB value is (149,48,220). Sum of RGB (Red+Green+Blue) = 149+48+220=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #9530DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530DC is #6ACF23. Grayscale: #616161. Windows color (decimal): -6999844 or 14430357. OLE color: 14430357.
HSL color Cylindrical-coordinate representation of color #9530DC: hue angle of 275.23º 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 #9530DC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 48 | 220 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.14 |
| HSL | 275.23º | 0.71% | 0.53% | - |
| HSV(B) | 275.23º | 0.78% | 0.86% | - |
| XYZ | 26.37 | 13.67 | 68.96 | - |
| YUV | 97.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 220 | 0.32 | 0.78 | 0 | 0.14 | 275.23 | 0.71 | 0.53 |
| Hex | 95 | 30 | DC | 20 | 4E | 0 | E | 113 | 47 | 35 |
| Octal | 225 | 60 | 334 | 40 | 116 | 0 | 16 | 423 | 107 | 65 |
| Binary | 10010101 | 110000 | 11011100 | 100000 | 1001110 | 0 | 1110 | 100010011 | 1000111 | 110101 |
Color Harmonies of #9530DC
Complementary color
Monochromatic Colors of #9530DC
Black with #9530DC
Text Example
Text Example
White with #9530DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530DC; }
p { color: rgb(149,48,220); }
H1.HeaderClassName
{
color: #9530DC;
}
.AnyTagClassName
{
color: #9530DC;
}
</style>
background-color css
<style>
a { background-color: #9530DC; }
a { background-color: rgb(149,48,220); }
div.DivClassName
{
background-color: #9530DC;
}
.BgClassName
{
background-color: #9530DC;
}
</style>
border-color css
<style>
span { border-color: #9530DC; }
span { border-color: rgb(149,48,220); }
td.TdClassName
{
border-color: #9530DC;
}
.TagClassName
{
border-color: #9530DC;
}
</style>