Shades of Medium Purple #955FEA
Tints of Medium Purple #955FEA
RGB
CMYK
RGB Variations
Color information
#955FEA (or 0x955FEA) is known color: Medium Purple. HEX triplet: 95, 5F and EA. RGB value is (149,95,234). Sum of RGB (Red+Green+Blue) = 149+95+234=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #955FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FEA is #6AA015. Grayscale: #7E7E7E. Windows color (decimal): -6987798 or 15359893. OLE color: 15359893.
HSL color Cylindrical-coordinate representation of color #955FEA: hue angle of 263.31º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955FEA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 95 | 234 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.08 |
| HSL | 263.31º | 0.77% | 0.65% | - |
| HSV(B) | 263.31º | 0.59% | 0.92% | - |
| XYZ | 31.34 | 20.51 | 80.15 | - |
| YUV | 126.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 234 | 0.36 | 0.59 | 0 | 0.08 | 263.31 | 0.77 | 0.65 |
| Hex | 95 | 5F | EA | 24 | 3B | 0 | 8 | 107 | 4D | 41 |
| Octal | 225 | 137 | 352 | 44 | 73 | 0 | 10 | 407 | 115 | 101 |
| Binary | 10010101 | 1011111 | 11101010 | 100100 | 111011 | 0 | 1000 | 100000111 | 1001101 | 1000001 |
Color Harmonies of #955FEA
Complementary color
Monochromatic Colors of #955FEA
Black with #955FEA
Text Example
Text Example
White with #955FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FEA; }
p { color: rgb(149,95,234); }
H1.HeaderClassName
{
color: #955FEA;
}
.AnyTagClassName
{
color: #955FEA;
}
</style>
background-color css
<style>
a { background-color: #955FEA; }
a { background-color: rgb(149,95,234); }
div.DivClassName
{
background-color: #955FEA;
}
.BgClassName
{
background-color: #955FEA;
}
</style>
border-color css
<style>
span { border-color: #955FEA; }
span { border-color: rgb(149,95,234); }
td.TdClassName
{
border-color: #955FEA;
}
.TagClassName
{
border-color: #955FEA;
}
</style>