Shades of Blue Violet #9518DD
Tints of Blue Violet #9518DD
RGB
CMYK
RGB Variations
Color information
#9518DD (or 0x9518DD) is known color: Blue Violet. HEX triplet: 95, 18 and DD. RGB value is (149,24,221). Sum of RGB (Red+Green+Blue) = 149+24+221=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9518DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518DD is #6AE722. Grayscale: #535353. Windows color (decimal): -7005987 or 14489749. OLE color: 14489749.
HSL color Cylindrical-coordinate representation of color #9518DD: hue angle of 278.07º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9518DD is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 24 | 221 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.13 |
| HSL | 278.07º | 0.8% | 0.48% | - |
| HSV(B) | 278.07º | 0.89% | 0.87% | - |
| XYZ | 25.77 | 12.26 | 69.42 | - |
| YUV | 83.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 221 | 0.33 | 0.89 | 0 | 0.13 | 278.07 | 0.8 | 0.48 |
| Hex | 95 | 18 | DD | 21 | 59 | 0 | D | 116 | 50 | 30 |
| Octal | 225 | 30 | 335 | 41 | 131 | 0 | 15 | 426 | 120 | 60 |
| Binary | 10010101 | 11000 | 11011101 | 100001 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110000 |
Color Harmonies of #9518DD
Complementary color
Monochromatic Colors of #9518DD
Black with #9518DD
Text Example
Text Example
White with #9518DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518DD; }
p { color: rgb(149,24,221); }
H1.HeaderClassName
{
color: #9518DD;
}
.AnyTagClassName
{
color: #9518DD;
}
</style>
background-color css
<style>
a { background-color: #9518DD; }
a { background-color: rgb(149,24,221); }
div.DivClassName
{
background-color: #9518DD;
}
.BgClassName
{
background-color: #9518DD;
}
</style>
border-color css
<style>
span { border-color: #9518DD; }
span { border-color: rgb(149,24,221); }
td.TdClassName
{
border-color: #9518DD;
}
.TagClassName
{
border-color: #9518DD;
}
</style>