Shades of Blue Violet #9419E5
Tints of Blue Violet #9419E5
RGB
CMYK
RGB Variations
Color information
#9419E5 (or 0x9419E5) is known color: Blue Violet. HEX triplet: 94, 19 and E5. RGB value is (148,25,229). Sum of RGB (Red+Green+Blue) = 148+25+229=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #9419E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419E5 is #6BE61A. Grayscale: #545454. Windows color (decimal): -7071259 or 15014292. OLE color: 15014292.
HSL color Cylindrical-coordinate representation of color #9419E5: hue angle of 276.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9419E5 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 25 | 229 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.10 |
| HSL | 276.18º | 0.8% | 0.5% | - |
| HSV(B) | 276.18º | 0.89% | 0.9% | - |
| XYZ | 26.7 | 12.65 | 75.16 | - |
| YUV | 85.03 | 209.25 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 229 | 0.35 | 0.89 | 0 | 0.10 | 276.18 | 0.8 | 0.5 |
| Hex | 94 | 19 | E5 | 23 | 59 | 0 | A | 114 | 50 | 32 |
| Octal | 224 | 31 | 345 | 43 | 131 | 0 | 12 | 424 | 120 | 62 |
| Binary | 10010100 | 11001 | 11100101 | 100011 | 1011001 | 0 | 1010 | 100010100 | 1010000 | 110010 |
Color Harmonies of #9419E5
Complementary color
Monochromatic Colors of #9419E5
Black with #9419E5
Text Example
Text Example
White with #9419E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9419E5; }
p { color: rgb(148,25,229); }
H1.HeaderClassName
{
color: #9419E5;
}
.AnyTagClassName
{
color: #9419E5;
}
</style>
background-color css
<style>
a { background-color: #9419E5; }
a { background-color: rgb(148,25,229); }
div.DivClassName
{
background-color: #9419E5;
}
.BgClassName
{
background-color: #9419E5;
}
</style>
border-color css
<style>
span { border-color: #9419E5; }
span { border-color: rgb(148,25,229); }
td.TdClassName
{
border-color: #9419E5;
}
.TagClassName
{
border-color: #9419E5;
}
</style>