Shades of Medium Purple #955CE7
Tints of Medium Purple #955CE7
RGB
CMYK
RGB Variations
Color information
#955CE7 (or 0x955CE7) is known color: Medium Purple. HEX triplet: 95, 5C and E7. RGB value is (149,92,231). Sum of RGB (Red+Green+Blue) = 149+92+231=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #955CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CE7 is #6AA318. Grayscale: #7C7C7C. Windows color (decimal): -6988569 or 15162517. OLE color: 15162517.
HSL color Cylindrical-coordinate representation of color #955CE7: hue angle of 264.6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955CE7 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 92 | 231 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.09 |
| HSL | 264.6º | 0.74% | 0.63% | - |
| HSV(B) | 264.6º | 0.6% | 0.91% | - |
| XYZ | 30.65 | 19.81 | 77.81 | - |
| YUV | 124.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 231 | 0.35 | 0.60 | 0 | 0.09 | 264.6 | 0.74 | 0.63 |
| Hex | 95 | 5C | E7 | 23 | 3C | 0 | 9 | 109 | 4A | 3F |
| Octal | 225 | 134 | 347 | 43 | 74 | 0 | 11 | 411 | 112 | 77 |
| Binary | 10010101 | 1011100 | 11100111 | 100011 | 111100 | 0 | 1001 | 100001001 | 1001010 | 111111 |
Color Harmonies of #955CE7
Complementary color
Monochromatic Colors of #955CE7
Black with #955CE7
Text Example
Text Example
White with #955CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CE7; }
p { color: rgb(149,92,231); }
H1.HeaderClassName
{
color: #955CE7;
}
.AnyTagClassName
{
color: #955CE7;
}
</style>
background-color css
<style>
a { background-color: #955CE7; }
a { background-color: rgb(149,92,231); }
div.DivClassName
{
background-color: #955CE7;
}
.BgClassName
{
background-color: #955CE7;
}
</style>
border-color css
<style>
span { border-color: #955CE7; }
span { border-color: rgb(149,92,231); }
td.TdClassName
{
border-color: #955CE7;
}
.TagClassName
{
border-color: #955CE7;
}
</style>