Shades of Blue Violet #994EEE
Tints of Blue Violet #994EEE
RGB
CMYK
RGB Variations
Color information
#994EEE (or 0x994EEE) is known color: Blue Violet. HEX triplet: 99, 4E and EE. RGB value is (153,78,238). Sum of RGB (Red+Green+Blue) = 153+78+238=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #994EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EEE is #66B111. Grayscale: #767676. Windows color (decimal): -6730002 or 15617689. OLE color: 15617689.
HSL color Cylindrical-coordinate representation of color #994EEE: hue angle of 268.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994EEE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 78 | 238 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.07 |
| HSL | 268.13º | 0.82% | 0.62% | - |
| HSV(B) | 268.13º | 0.67% | 0.93% | - |
| XYZ | 31.29 | 18.39 | 82.79 | - |
| YUV | 118.67 | 195.35 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 238 | 0.36 | 0.67 | 0 | 0.07 | 268.13 | 0.82 | 0.62 |
| Hex | 99 | 4E | EE | 24 | 43 | 0 | 7 | 10C | 52 | 3E |
| Octal | 231 | 116 | 356 | 44 | 103 | 0 | 7 | 414 | 122 | 76 |
| Binary | 10011001 | 1001110 | 11101110 | 100100 | 1000011 | 0 | 111 | 100001100 | 1010010 | 111110 |
Color Harmonies of #994EEE
Complementary color
Monochromatic Colors of #994EEE
Black with #994EEE
Text Example
Text Example
White with #994EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EEE; }
p { color: rgb(153,78,238); }
H1.HeaderClassName
{
color: #994EEE;
}
.AnyTagClassName
{
color: #994EEE;
}
</style>
background-color css
<style>
a { background-color: #994EEE; }
a { background-color: rgb(153,78,238); }
div.DivClassName
{
background-color: #994EEE;
}
.BgClassName
{
background-color: #994EEE;
}
</style>
border-color css
<style>
span { border-color: #994EEE; }
span { border-color: rgb(153,78,238); }
td.TdClassName
{
border-color: #994EEE;
}
.TagClassName
{
border-color: #994EEE;
}
</style>