Shades of Blue Violet #994CEE
Tints of Blue Violet #994CEE
RGB
CMYK
RGB Variations
Color information
#994CEE (or 0x994CEE) is known color: Blue Violet. HEX triplet: 99, 4C and EE. RGB value is (153,76,238). Sum of RGB (Red+Green+Blue) = 153+76+238=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #994CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #994CEE is #66B311. Grayscale: #747474. Windows color (decimal): -6730514 or 15617177. OLE color: 15617177.
HSL color Cylindrical-coordinate representation of color #994CEE: hue angle of 268.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994CEE is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 76 | 238 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.07 |
| HSL | 268.52º | 0.83% | 0.62% | - |
| HSV(B) | 268.52º | 0.68% | 0.93% | - |
| XYZ | 31.15 | 18.11 | 82.74 | - |
| YUV | 117.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 238 | 0.36 | 0.68 | 0 | 0.07 | 268.52 | 0.83 | 0.62 |
| Hex | 99 | 4C | EE | 24 | 44 | 0 | 7 | 10D | 53 | 3E |
| Octal | 231 | 114 | 356 | 44 | 104 | 0 | 7 | 415 | 123 | 76 |
| Binary | 10011001 | 1001100 | 11101110 | 100100 | 1000100 | 0 | 111 | 100001101 | 1010011 | 111110 |
Color Harmonies of #994CEE
Complementary color
Monochromatic Colors of #994CEE
Black with #994CEE
Text Example
Text Example
White with #994CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CEE; }
p { color: rgb(153,76,238); }
H1.HeaderClassName
{
color: #994CEE;
}
.AnyTagClassName
{
color: #994CEE;
}
</style>
background-color css
<style>
a { background-color: #994CEE; }
a { background-color: rgb(153,76,238); }
div.DivClassName
{
background-color: #994CEE;
}
.BgClassName
{
background-color: #994CEE;
}
</style>
border-color css
<style>
span { border-color: #994CEE; }
span { border-color: rgb(153,76,238); }
td.TdClassName
{
border-color: #994CEE;
}
.TagClassName
{
border-color: #994CEE;
}
</style>