Shades of Medium Purple #955FE5
Tints of Medium Purple #955FE5
RGB
CMYK
RGB Variations
Color information
#955FE5 (or 0x955FE5) is known color: Medium Purple. HEX triplet: 95, 5F and E5. RGB value is (149,95,229). Sum of RGB (Red+Green+Blue) = 149+95+229=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #955FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FE5 is #6AA01A. Grayscale: #7D7D7D. Windows color (decimal): -6987803 or 15032213. OLE color: 15032213.
HSL color Cylindrical-coordinate representation of color #955FE5: hue angle of 264.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955FE5 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 95 | 229 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.10 |
| HSL | 264.18º | 0.72% | 0.64% | - |
| HSV(B) | 264.18º | 0.59% | 0.9% | - |
| XYZ | 30.63 | 20.23 | 76.42 | - |
| YUV | 126.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 229 | 0.35 | 0.59 | 0 | 0.10 | 264.18 | 0.72 | 0.64 |
| Hex | 95 | 5F | E5 | 23 | 3B | 0 | A | 108 | 48 | 40 |
| Octal | 225 | 137 | 345 | 43 | 73 | 0 | 12 | 410 | 110 | 100 |
| Binary | 10010101 | 1011111 | 11100101 | 100011 | 111011 | 0 | 1010 | 100001000 | 1001000 | 1000000 |
Color Harmonies of #955FE5
Complementary color
Monochromatic Colors of #955FE5
Black with #955FE5
Text Example
Text Example
White with #955FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FE5; }
p { color: rgb(149,95,229); }
H1.HeaderClassName
{
color: #955FE5;
}
.AnyTagClassName
{
color: #955FE5;
}
</style>
background-color css
<style>
a { background-color: #955FE5; }
a { background-color: rgb(149,95,229); }
div.DivClassName
{
background-color: #955FE5;
}
.BgClassName
{
background-color: #955FE5;
}
</style>
border-color css
<style>
span { border-color: #955FE5; }
span { border-color: rgb(149,95,229); }
td.TdClassName
{
border-color: #955FE5;
}
.TagClassName
{
border-color: #955FE5;
}
</style>