Shades of Blue Violet #9915E5
Tints of Blue Violet #9915E5
RGB
CMYK
RGB Variations
Color information
#9915E5 (or 0x9915E5) is known color: Blue Violet. HEX triplet: 99, 15 and E5. RGB value is (153,21,229). Sum of RGB (Red+Green+Blue) = 153+21+229=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #9915E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915E5 is #66EA1A. Grayscale: #535353. Windows color (decimal): -6744603 or 15013273. OLE color: 15013273.
HSL color Cylindrical-coordinate representation of color #9915E5: hue angle of 278.08º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9915E5 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 21 | 229 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.10 |
| HSL | 278.08º | 0.83% | 0.49% | - |
| HSV(B) | 278.08º | 0.91% | 0.9% | - |
| XYZ | 27.55 | 12.97 | 75.18 | - |
| YUV | 84.18 | 209.73 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 229 | 0.33 | 0.91 | 0 | 0.10 | 278.08 | 0.83 | 0.49 |
| Hex | 99 | 15 | E5 | 21 | 5B | 0 | A | 116 | 53 | 31 |
| Octal | 231 | 25 | 345 | 41 | 133 | 0 | 12 | 426 | 123 | 61 |
| Binary | 10011001 | 10101 | 11100101 | 100001 | 1011011 | 0 | 1010 | 100010110 | 1010011 | 110001 |
Color Harmonies of #9915E5
Complementary color
Monochromatic Colors of #9915E5
Black with #9915E5
Text Example
Text Example
White with #9915E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915E5; }
p { color: rgb(153,21,229); }
H1.HeaderClassName
{
color: #9915E5;
}
.AnyTagClassName
{
color: #9915E5;
}
</style>
background-color css
<style>
a { background-color: #9915E5; }
a { background-color: rgb(153,21,229); }
div.DivClassName
{
background-color: #9915E5;
}
.BgClassName
{
background-color: #9915E5;
}
</style>
border-color css
<style>
span { border-color: #9915E5; }
span { border-color: rgb(153,21,229); }
td.TdClassName
{
border-color: #9915E5;
}
.TagClassName
{
border-color: #9915E5;
}
</style>