Shades of Medium Purple #955FEF
Tints of Medium Purple #955FEF
RGB
CMYK
RGB Variations
Color information
#955FEF (or 0x955FEF) is known color: Medium Purple. HEX triplet: 95, 5F and EF. RGB value is (149,95,239). Sum of RGB (Red+Green+Blue) = 149+95+239=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #955FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FEF is #6AA010. Grayscale: #7F7F7F. Windows color (decimal): -6987793 or 15687573. OLE color: 15687573.
HSL color Cylindrical-coordinate representation of color #955FEF: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955FEF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 95 | 239 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.06 |
| HSL | 262.5º | 0.82% | 0.65% | - |
| HSV(B) | 262.5º | 0.6% | 0.94% | - |
| XYZ | 32.07 | 20.81 | 83.99 | - |
| YUV | 127.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 239 | 0.38 | 0.60 | 0 | 0.06 | 262.5 | 0.82 | 0.65 |
| Hex | 95 | 5F | EF | 26 | 3C | 0 | 6 | 106 | 52 | 41 |
| Octal | 225 | 137 | 357 | 46 | 74 | 0 | 6 | 406 | 122 | 101 |
| Binary | 10010101 | 1011111 | 11101111 | 100110 | 111100 | 0 | 110 | 100000110 | 1010010 | 1000001 |
Color Harmonies of #955FEF
Complementary color
Monochromatic Colors of #955FEF
Black with #955FEF
Text Example
Text Example
White with #955FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FEF; }
p { color: rgb(149,95,239); }
H1.HeaderClassName
{
color: #955FEF;
}
.AnyTagClassName
{
color: #955FEF;
}
</style>
background-color css
<style>
a { background-color: #955FEF; }
a { background-color: rgb(149,95,239); }
div.DivClassName
{
background-color: #955FEF;
}
.BgClassName
{
background-color: #955FEF;
}
</style>
border-color css
<style>
span { border-color: #955FEF; }
span { border-color: rgb(149,95,239); }
td.TdClassName
{
border-color: #955FEF;
}
.TagClassName
{
border-color: #955FEF;
}
</style>