Shades of Medium Purple #9550EE
Tints of Medium Purple #9550EE
RGB
CMYK
RGB Variations
Color information
#9550EE (or 0x9550EE) is known color: Medium Purple. HEX triplet: 95, 50 and EE. RGB value is (149,80,238). Sum of RGB (Red+Green+Blue) = 149+80+238=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 80 (31.64% from 255 or 17.13% 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 #9550EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550EE is #6AAF11. Grayscale: #767676. Windows color (decimal): -6991634 or 15618197. OLE color: 15618197.
HSL color Cylindrical-coordinate representation of color #9550EE: hue angle of 266.2º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9550EE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 80 | 238 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.07 |
| HSL | 266.2º | 0.82% | 0.62% | - |
| HSV(B) | 266.2º | 0.66% | 0.93% | - |
| XYZ | 30.7 | 18.3 | 82.8 | - |
| YUV | 118.64 | 195.36 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 238 | 0.37 | 0.66 | 0 | 0.07 | 266.2 | 0.82 | 0.62 |
| Hex | 95 | 50 | EE | 25 | 42 | 0 | 7 | 10A | 52 | 3E |
| Octal | 225 | 120 | 356 | 45 | 102 | 0 | 7 | 412 | 122 | 76 |
| Binary | 10010101 | 1010000 | 11101110 | 100101 | 1000010 | 0 | 111 | 100001010 | 1010010 | 111110 |
Color Harmonies of #9550EE
Complementary color
Monochromatic Colors of #9550EE
Black with #9550EE
Text Example
Text Example
White with #9550EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550EE; }
p { color: rgb(149,80,238); }
H1.HeaderClassName
{
color: #9550EE;
}
.AnyTagClassName
{
color: #9550EE;
}
</style>
background-color css
<style>
a { background-color: #9550EE; }
a { background-color: rgb(149,80,238); }
div.DivClassName
{
background-color: #9550EE;
}
.BgClassName
{
background-color: #9550EE;
}
</style>
border-color css
<style>
span { border-color: #9550EE; }
span { border-color: rgb(149,80,238); }
td.TdClassName
{
border-color: #9550EE;
}
.TagClassName
{
border-color: #9550EE;
}
</style>