Shades of Blue Violet #994AEE
Tints of Blue Violet #994AEE
RGB
CMYK
RGB Variations
Color information
#994AEE (or 0x994AEE) is known color: Blue Violet. HEX triplet: 99, 4A and EE. RGB value is (153,74,238). Sum of RGB (Red+Green+Blue) = 153+74+238=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #994AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994AEE is #66B511. Grayscale: #737373. Windows color (decimal): -6731026 or 15616665. OLE color: 15616665.
HSL color Cylindrical-coordinate representation of color #994AEE: hue angle of 268.9º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994AEE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 74 | 238 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.07 |
| HSL | 268.9º | 0.83% | 0.61% | - |
| HSV(B) | 268.9º | 0.69% | 0.93% | - |
| XYZ | 31.02 | 17.84 | 82.7 | - |
| YUV | 116.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 238 | 0.36 | 0.69 | 0 | 0.07 | 268.9 | 0.83 | 0.61 |
| Hex | 99 | 4A | EE | 24 | 45 | 0 | 7 | 10D | 53 | 3D |
| Octal | 231 | 112 | 356 | 44 | 105 | 0 | 7 | 415 | 123 | 75 |
| Binary | 10011001 | 1001010 | 11101110 | 100100 | 1000101 | 0 | 111 | 100001101 | 1010011 | 111101 |
Color Harmonies of #994AEE
Complementary color
Monochromatic Colors of #994AEE
Black with #994AEE
Text Example
Text Example
White with #994AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AEE; }
p { color: rgb(153,74,238); }
H1.HeaderClassName
{
color: #994AEE;
}
.AnyTagClassName
{
color: #994AEE;
}
</style>
background-color css
<style>
a { background-color: #994AEE; }
a { background-color: rgb(153,74,238); }
div.DivClassName
{
background-color: #994AEE;
}
.BgClassName
{
background-color: #994AEE;
}
</style>
border-color css
<style>
span { border-color: #994AEE; }
span { border-color: rgb(153,74,238); }
td.TdClassName
{
border-color: #994AEE;
}
.TagClassName
{
border-color: #994AEE;
}
</style>