Shades of Medium Purple #955FE7
Tints of Medium Purple #955FE7
RGB
CMYK
RGB Variations
Color information
#955FE7 (or 0x955FE7) is known color: Medium Purple. HEX triplet: 95, 5F and E7. RGB value is (149,95,231). Sum of RGB (Red+Green+Blue) = 149+95+231=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #955FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FE7 is #6AA018. Grayscale: #7E7E7E. Windows color (decimal): -6987801 or 15163285. OLE color: 15163285.
HSL color Cylindrical-coordinate representation of color #955FE7: hue angle of 263.82º 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 #955FE7 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 95 | 231 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.09 |
| HSL | 263.82º | 0.74% | 0.64% | - |
| HSV(B) | 263.82º | 0.59% | 0.91% | - |
| XYZ | 30.91 | 20.34 | 77.9 | - |
| YUV | 126.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 231 | 0.35 | 0.59 | 0 | 0.09 | 263.82 | 0.74 | 0.64 |
| Hex | 95 | 5F | E7 | 23 | 3B | 0 | 9 | 108 | 4A | 40 |
| Octal | 225 | 137 | 347 | 43 | 73 | 0 | 11 | 410 | 112 | 100 |
| Binary | 10010101 | 1011111 | 11100111 | 100011 | 111011 | 0 | 1001 | 100001000 | 1001010 | 1000000 |
Color Harmonies of #955FE7
Complementary color
Monochromatic Colors of #955FE7
Black with #955FE7
Text Example
Text Example
White with #955FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FE7; }
p { color: rgb(149,95,231); }
H1.HeaderClassName
{
color: #955FE7;
}
.AnyTagClassName
{
color: #955FE7;
}
</style>
background-color css
<style>
a { background-color: #955FE7; }
a { background-color: rgb(149,95,231); }
div.DivClassName
{
background-color: #955FE7;
}
.BgClassName
{
background-color: #955FE7;
}
</style>
border-color css
<style>
span { border-color: #955FE7; }
span { border-color: rgb(149,95,231); }
td.TdClassName
{
border-color: #955FE7;
}
.TagClassName
{
border-color: #955FE7;
}
</style>