Shades of Medium Purple #955EE7
Tints of Medium Purple #955EE7
RGB
CMYK
RGB Variations
Color information
#955EE7 (or 0x955EE7) is known color: Medium Purple. HEX triplet: 95, 5E and E7. RGB value is (149,94,231). Sum of RGB (Red+Green+Blue) = 149+94+231=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #955EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EE7 is #6AA118. Grayscale: #7D7D7D. Windows color (decimal): -6988057 or 15163029. OLE color: 15163029.
HSL color Cylindrical-coordinate representation of color #955EE7: hue angle of 264.09º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955EE7 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 94 | 231 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.09 |
| HSL | 264.09º | 0.74% | 0.64% | - |
| HSV(B) | 264.09º | 0.59% | 0.91% | - |
| XYZ | 30.82 | 20.16 | 77.87 | - |
| YUV | 126.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 231 | 0.35 | 0.59 | 0 | 0.09 | 264.09 | 0.74 | 0.64 |
| Hex | 95 | 5E | E7 | 23 | 3B | 0 | 9 | 108 | 4A | 40 |
| Octal | 225 | 136 | 347 | 43 | 73 | 0 | 11 | 410 | 112 | 100 |
| Binary | 10010101 | 1011110 | 11100111 | 100011 | 111011 | 0 | 1001 | 100001000 | 1001010 | 1000000 |
Color Harmonies of #955EE7
Complementary color
Monochromatic Colors of #955EE7
Black with #955EE7
Text Example
Text Example
White with #955EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EE7; }
p { color: rgb(149,94,231); }
H1.HeaderClassName
{
color: #955EE7;
}
.AnyTagClassName
{
color: #955EE7;
}
</style>
background-color css
<style>
a { background-color: #955EE7; }
a { background-color: rgb(149,94,231); }
div.DivClassName
{
background-color: #955EE7;
}
.BgClassName
{
background-color: #955EE7;
}
</style>
border-color css
<style>
span { border-color: #955EE7; }
span { border-color: rgb(149,94,231); }
td.TdClassName
{
border-color: #955EE7;
}
.TagClassName
{
border-color: #955EE7;
}
</style>