Shades of Blue Violet #994AE5
Tints of Blue Violet #994AE5
RGB
CMYK
RGB Variations
Color information
#994AE5 (or 0x994AE5) is known color: Blue Violet. HEX triplet: 99, 4A and E5. RGB value is (153,74,229). Sum of RGB (Red+Green+Blue) = 153+74+229=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #994AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AE5 is #66B51A. Grayscale: #727272. Windows color (decimal): -6731035 or 15026841. OLE color: 15026841.
HSL color Cylindrical-coordinate representation of color #994AE5: hue angle of 270.58º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994AE5 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 74 | 229 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.10 |
| HSL | 270.58º | 0.75% | 0.59% | - |
| HSV(B) | 270.58º | 0.68% | 0.9% | - |
| XYZ | 29.73 | 17.33 | 75.91 | - |
| YUV | 115.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 229 | 0.33 | 0.68 | 0 | 0.10 | 270.58 | 0.75 | 0.59 |
| Hex | 99 | 4A | E5 | 21 | 44 | 0 | A | 10F | 4B | 3B |
| Octal | 231 | 112 | 345 | 41 | 104 | 0 | 12 | 417 | 113 | 73 |
| Binary | 10011001 | 1001010 | 11100101 | 100001 | 1000100 | 0 | 1010 | 100001111 | 1001011 | 111011 |
Color Harmonies of #994AE5
Complementary color
Monochromatic Colors of #994AE5
Black with #994AE5
Text Example
Text Example
White with #994AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AE5; }
p { color: rgb(153,74,229); }
H1.HeaderClassName
{
color: #994AE5;
}
.AnyTagClassName
{
color: #994AE5;
}
</style>
background-color css
<style>
a { background-color: #994AE5; }
a { background-color: rgb(153,74,229); }
div.DivClassName
{
background-color: #994AE5;
}
.BgClassName
{
background-color: #994AE5;
}
</style>
border-color css
<style>
span { border-color: #994AE5; }
span { border-color: rgb(153,74,229); }
td.TdClassName
{
border-color: #994AE5;
}
.TagClassName
{
border-color: #994AE5;
}
</style>