Shades of Blue Violet #9944EE
Tints of Blue Violet #9944EE
RGB
CMYK
RGB Variations
Color information
#9944EE (or 0x9944EE) is known color: Blue Violet. HEX triplet: 99, 44 and EE. RGB value is (153,68,238). Sum of RGB (Red+Green+Blue) = 153+68+238=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #9944EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9944EE is #66BB11. Grayscale: #707070. Windows color (decimal): -6732562 or 15615129. OLE color: 15615129.
HSL color Cylindrical-coordinate representation of color #9944EE: hue angle of 270º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9944EE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 68 | 238 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.07 |
| HSL | 270º | 0.83% | 0.6% | - |
| HSV(B) | 270º | 0.71% | 0.93% | - |
| XYZ | 30.64 | 17.08 | 82.57 | - |
| YUV | 112.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 238 | 0.36 | 0.71 | 0 | 0.07 | 270 | 0.83 | 0.6 |
| Hex | 99 | 44 | EE | 24 | 47 | 0 | 7 | 10E | 53 | 3C |
| Octal | 231 | 104 | 356 | 44 | 107 | 0 | 7 | 416 | 123 | 74 |
| Binary | 10011001 | 1000100 | 11101110 | 100100 | 1000111 | 0 | 111 | 100001110 | 1010011 | 111100 |
Color Harmonies of #9944EE
Complementary color
Monochromatic Colors of #9944EE
Black with #9944EE
Text Example
Text Example
White with #9944EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944EE; }
p { color: rgb(153,68,238); }
H1.HeaderClassName
{
color: #9944EE;
}
.AnyTagClassName
{
color: #9944EE;
}
</style>
background-color css
<style>
a { background-color: #9944EE; }
a { background-color: rgb(153,68,238); }
div.DivClassName
{
background-color: #9944EE;
}
.BgClassName
{
background-color: #9944EE;
}
</style>
border-color css
<style>
span { border-color: #9944EE; }
span { border-color: rgb(153,68,238); }
td.TdClassName
{
border-color: #9944EE;
}
.TagClassName
{
border-color: #9944EE;
}
</style>