Shades of Medium Purple #9954EA
Tints of Medium Purple #9954EA
RGB
CMYK
RGB Variations
Color information
#9954EA (or 0x9954EA) is known color: Medium Purple. HEX triplet: 99, 54 and EA. RGB value is (153,84,234). Sum of RGB (Red+Green+Blue) = 153+84+234=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #9954EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9954EA is #66AB15. Grayscale: #797979. Windows color (decimal): -6728470 or 15357081. OLE color: 15357081.
HSL color Cylindrical-coordinate representation of color #9954EA: hue angle of 267.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9954EA is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 84 | 234 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.08 |
| HSL | 267.6º | 0.78% | 0.62% | - |
| HSV(B) | 267.6º | 0.64% | 0.92% | - |
| XYZ | 31.16 | 19.05 | 79.88 | - |
| YUV | 121.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 234 | 0.35 | 0.64 | 0 | 0.08 | 267.6 | 0.78 | 0.62 |
| Hex | 99 | 54 | EA | 23 | 40 | 0 | 8 | 10C | 4E | 3E |
| Octal | 231 | 124 | 352 | 43 | 100 | 0 | 10 | 414 | 116 | 76 |
| Binary | 10011001 | 1010100 | 11101010 | 100011 | 1000000 | 0 | 1000 | 100001100 | 1001110 | 111110 |
Color Harmonies of #9954EA
Complementary color
Monochromatic Colors of #9954EA
Black with #9954EA
Text Example
Text Example
White with #9954EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954EA; }
p { color: rgb(153,84,234); }
H1.HeaderClassName
{
color: #9954EA;
}
.AnyTagClassName
{
color: #9954EA;
}
</style>
background-color css
<style>
a { background-color: #9954EA; }
a { background-color: rgb(153,84,234); }
div.DivClassName
{
background-color: #9954EA;
}
.BgClassName
{
background-color: #9954EA;
}
</style>
border-color css
<style>
span { border-color: #9954EA; }
span { border-color: rgb(153,84,234); }
td.TdClassName
{
border-color: #9954EA;
}
.TagClassName
{
border-color: #9954EA;
}
</style>