Shades of Medium Purple #955CE5
Tints of Medium Purple #955CE5
RGB
CMYK
RGB Variations
Color information
#955CE5 (or 0x955CE5) is known color: Medium Purple. HEX triplet: 95, 5C and E5. RGB value is (149,92,229). Sum of RGB (Red+Green+Blue) = 149+92+229=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #955CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CE5 is #6AA31A. Grayscale: #7C7C7C. Windows color (decimal): -6988571 or 15031445. OLE color: 15031445.
HSL color Cylindrical-coordinate representation of color #955CE5: hue angle of 264.96º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955CE5 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 92 | 229 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.10 |
| HSL | 264.96º | 0.72% | 0.63% | - |
| HSV(B) | 264.96º | 0.6% | 0.9% | - |
| XYZ | 30.36 | 19.7 | 76.33 | - |
| YUV | 124.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 229 | 0.35 | 0.60 | 0 | 0.10 | 264.96 | 0.72 | 0.63 |
| Hex | 95 | 5C | E5 | 23 | 3C | 0 | A | 109 | 48 | 3F |
| Octal | 225 | 134 | 345 | 43 | 74 | 0 | 12 | 411 | 110 | 77 |
| Binary | 10010101 | 1011100 | 11100101 | 100011 | 111100 | 0 | 1010 | 100001001 | 1001000 | 111111 |
Color Harmonies of #955CE5
Complementary color
Monochromatic Colors of #955CE5
Black with #955CE5
Text Example
Text Example
White with #955CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CE5; }
p { color: rgb(149,92,229); }
H1.HeaderClassName
{
color: #955CE5;
}
.AnyTagClassName
{
color: #955CE5;
}
</style>
background-color css
<style>
a { background-color: #955CE5; }
a { background-color: rgb(149,92,229); }
div.DivClassName
{
background-color: #955CE5;
}
.BgClassName
{
background-color: #955CE5;
}
</style>
border-color css
<style>
span { border-color: #955CE5; }
span { border-color: rgb(149,92,229); }
td.TdClassName
{
border-color: #955CE5;
}
.TagClassName
{
border-color: #955CE5;
}
</style>