Shades of Medium Purple #9550EF
Tints of Medium Purple #9550EF
RGB
CMYK
RGB Variations
Color information
#9550EF (or 0x9550EF) is known color: Medium Purple. HEX triplet: 95, 50 and EF. RGB value is (149,80,239). Sum of RGB (Red+Green+Blue) = 149+80+239=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #9550EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550EF is #6AAF10. Grayscale: #767676. Windows color (decimal): -6991633 or 15683733. OLE color: 15683733.
HSL color Cylindrical-coordinate representation of color #9550EF: hue angle of 266.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9550EF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 80 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 266.04º | 0.83% | 0.63% | - |
| HSV(B) | 266.04º | 0.67% | 0.94% | - |
| XYZ | 30.84 | 18.36 | 83.58 | - |
| YUV | 118.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 239 | 0.38 | 0.67 | 0 | 0.06 | 266.04 | 0.83 | 0.63 |
| Hex | 95 | 50 | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3F |
| Octal | 225 | 120 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 77 |
| Binary | 10010101 | 1010000 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111111 |
Color Harmonies of #9550EF
Complementary color
Monochromatic Colors of #9550EF
Black with #9550EF
Text Example
Text Example
White with #9550EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550EF; }
p { color: rgb(149,80,239); }
H1.HeaderClassName
{
color: #9550EF;
}
.AnyTagClassName
{
color: #9550EF;
}
</style>
background-color css
<style>
a { background-color: #9550EF; }
a { background-color: rgb(149,80,239); }
div.DivClassName
{
background-color: #9550EF;
}
.BgClassName
{
background-color: #9550EF;
}
</style>
border-color css
<style>
span { border-color: #9550EF; }
span { border-color: rgb(149,80,239); }
td.TdClassName
{
border-color: #9550EF;
}
.TagClassName
{
border-color: #9550EF;
}
</style>