Shades of Medium Purple #955EDE
Tints of Medium Purple #955EDE
RGB
CMYK
RGB Variations
Color information
#955EDE (or 0x955EDE) is known color: Medium Purple. HEX triplet: 95, 5E and DE. RGB value is (149,94,222). Sum of RGB (Red+Green+Blue) = 149+94+222=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #955EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EDE is #6AA121. Grayscale: #7C7C7C. Windows color (decimal): -6988066 or 14573205. OLE color: 14573205.
HSL color Cylindrical-coordinate representation of color #955EDE: hue angle of 265.78º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955EDE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 94 | 222 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.13 |
| HSL | 265.78º | 0.66% | 0.62% | - |
| HSV(B) | 265.78º | 0.58% | 0.87% | - |
| XYZ | 29.58 | 19.67 | 71.34 | - |
| YUV | 125.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 222 | 0.33 | 0.58 | 0 | 0.13 | 265.78 | 0.66 | 0.62 |
| Hex | 95 | 5E | DE | 21 | 3A | 0 | D | 10A | 42 | 3E |
| Octal | 225 | 136 | 336 | 41 | 72 | 0 | 15 | 412 | 102 | 76 |
| Binary | 10010101 | 1011110 | 11011110 | 100001 | 111010 | 0 | 1101 | 100001010 | 1000010 | 111110 |
Color Harmonies of #955EDE
Complementary color
Monochromatic Colors of #955EDE
Black with #955EDE
Text Example
Text Example
White with #955EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EDE; }
p { color: rgb(149,94,222); }
H1.HeaderClassName
{
color: #955EDE;
}
.AnyTagClassName
{
color: #955EDE;
}
</style>
background-color css
<style>
a { background-color: #955EDE; }
a { background-color: rgb(149,94,222); }
div.DivClassName
{
background-color: #955EDE;
}
.BgClassName
{
background-color: #955EDE;
}
</style>
border-color css
<style>
span { border-color: #955EDE; }
span { border-color: rgb(149,94,222); }
td.TdClassName
{
border-color: #955EDE;
}
.TagClassName
{
border-color: #955EDE;
}
</style>