Shades of Blue Violet #994EED
Tints of Blue Violet #994EED
RGB
CMYK
RGB Variations
Color information
#994EED (or 0x994EED) is known color: Blue Violet. HEX triplet: 99, 4E and ED. RGB value is (153,78,237). Sum of RGB (Red+Green+Blue) = 153+78+237=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #994EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EED is #66B112. Grayscale: #757575. Windows color (decimal): -6730003 or 15552153. OLE color: 15552153.
HSL color Cylindrical-coordinate representation of color #994EED: hue angle of 268.3º 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 #994EED is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 78 | 237 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.07 |
| HSL | 268.3º | 0.82% | 0.62% | - |
| HSV(B) | 268.3º | 0.67% | 0.93% | - |
| XYZ | 31.15 | 18.34 | 82.02 | - |
| YUV | 118.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 237 | 0.35 | 0.67 | 0 | 0.07 | 268.3 | 0.82 | 0.62 |
| Hex | 99 | 4E | ED | 23 | 43 | 0 | 7 | 10C | 52 | 3E |
| Octal | 231 | 116 | 355 | 43 | 103 | 0 | 7 | 414 | 122 | 76 |
| Binary | 10011001 | 1001110 | 11101101 | 100011 | 1000011 | 0 | 111 | 100001100 | 1010010 | 111110 |
Color Harmonies of #994EED
Complementary color
Monochromatic Colors of #994EED
Black with #994EED
Text Example
Text Example
White with #994EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EED; }
p { color: rgb(153,78,237); }
H1.HeaderClassName
{
color: #994EED;
}
.AnyTagClassName
{
color: #994EED;
}
</style>
background-color css
<style>
a { background-color: #994EED; }
a { background-color: rgb(153,78,237); }
div.DivClassName
{
background-color: #994EED;
}
.BgClassName
{
background-color: #994EED;
}
</style>
border-color css
<style>
span { border-color: #994EED; }
span { border-color: rgb(153,78,237); }
td.TdClassName
{
border-color: #994EED;
}
.TagClassName
{
border-color: #994EED;
}
</style>