Shades of Blue Violet #9530DD
Tints of Blue Violet #9530DD
RGB
CMYK
RGB Variations
Color information
#9530DD (or 0x9530DD) is known color: Blue Violet. HEX triplet: 95, 30 and DD. RGB value is (149,48,221). Sum of RGB (Red+Green+Blue) = 149+48+221=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #9530DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9530DD is #6ACF22. Grayscale: #616161. Windows color (decimal): -6999843 or 14495893. OLE color: 14495893.
HSL color Cylindrical-coordinate representation of color #9530DD: hue angle of 275.03º degrees, saturation: 0.72, 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 #9530DD is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 48 | 221 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.13 |
| HSL | 275.03º | 0.72% | 0.53% | - |
| HSV(B) | 275.03º | 0.78% | 0.87% | - |
| XYZ | 26.5 | 13.72 | 69.66 | - |
| YUV | 97.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 221 | 0.33 | 0.78 | 0 | 0.13 | 275.03 | 0.72 | 0.53 |
| Hex | 95 | 30 | DD | 21 | 4E | 0 | D | 113 | 48 | 35 |
| Octal | 225 | 60 | 335 | 41 | 116 | 0 | 15 | 423 | 110 | 65 |
| Binary | 10010101 | 110000 | 11011101 | 100001 | 1001110 | 0 | 1101 | 100010011 | 1001000 | 110101 |
Color Harmonies of #9530DD
Complementary color
Monochromatic Colors of #9530DD
Black with #9530DD
Text Example
Text Example
White with #9530DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9530DD; }
p { color: rgb(149,48,221); }
H1.HeaderClassName
{
color: #9530DD;
}
.AnyTagClassName
{
color: #9530DD;
}
</style>
background-color css
<style>
a { background-color: #9530DD; }
a { background-color: rgb(149,48,221); }
div.DivClassName
{
background-color: #9530DD;
}
.BgClassName
{
background-color: #9530DD;
}
</style>
border-color css
<style>
span { border-color: #9530DD; }
span { border-color: rgb(149,48,221); }
td.TdClassName
{
border-color: #9530DD;
}
.TagClassName
{
border-color: #9530DD;
}
</style>