Shades of Blue Violet #9518EE
Tints of Blue Violet #9518EE
RGB
CMYK
RGB Variations
Color information
#9518EE (or 0x9518EE) is known color: Blue Violet. HEX triplet: 95, 18 and EE. RGB value is (149,24,238). Sum of RGB (Red+Green+Blue) = 149+24+238=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #9518EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9518EE is #6AE711. Grayscale: #555555. Windows color (decimal): -7005970 or 15603861. OLE color: 15603861.
HSL color Cylindrical-coordinate representation of color #9518EE: hue angle of 275.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9518EE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 24 | 238 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.07 |
| HSL | 275.05º | 0.86% | 0.51% | - |
| HSV(B) | 275.05º | 0.9% | 0.93% | - |
| XYZ | 28.15 | 13.22 | 81.96 | - |
| YUV | 85.77 | 213.91 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 238 | 0.37 | 0.90 | 0 | 0.07 | 275.05 | 0.86 | 0.51 |
| Hex | 95 | 18 | EE | 25 | 5A | 0 | 7 | 113 | 56 | 33 |
| Octal | 225 | 30 | 356 | 45 | 132 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010101 | 11000 | 11101110 | 100101 | 1011010 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9518EE
Complementary color
Monochromatic Colors of #9518EE
Black with #9518EE
Text Example
Text Example
White with #9518EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518EE; }
p { color: rgb(149,24,238); }
H1.HeaderClassName
{
color: #9518EE;
}
.AnyTagClassName
{
color: #9518EE;
}
</style>
background-color css
<style>
a { background-color: #9518EE; }
a { background-color: rgb(149,24,238); }
div.DivClassName
{
background-color: #9518EE;
}
.BgClassName
{
background-color: #9518EE;
}
</style>
border-color css
<style>
span { border-color: #9518EE; }
span { border-color: rgb(149,24,238); }
td.TdClassName
{
border-color: #9518EE;
}
.TagClassName
{
border-color: #9518EE;
}
</style>