Shades of Medium Purple #955FDE
Tints of Medium Purple #955FDE
RGB
CMYK
RGB Variations
Color information
#955FDE (or 0x955FDE) is known color: Medium Purple. HEX triplet: 95, 5F and DE. RGB value is (149,95,222). Sum of RGB (Red+Green+Blue) = 149+95+222=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #955FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FDE is #6AA021. Grayscale: #7D7D7D. Windows color (decimal): -6987810 or 14573461. OLE color: 14573461.
HSL color Cylindrical-coordinate representation of color #955FDE: hue angle of 265.51º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955FDE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 95 | 222 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.13 |
| HSL | 265.51º | 0.66% | 0.62% | - |
| HSV(B) | 265.51º | 0.57% | 0.87% | - |
| XYZ | 29.67 | 19.85 | 71.37 | - |
| YUV | 125.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 222 | 0.33 | 0.57 | 0 | 0.13 | 265.51 | 0.66 | 0.62 |
| Hex | 95 | 5F | DE | 21 | 39 | 0 | D | 10A | 42 | 3E |
| Octal | 225 | 137 | 336 | 41 | 71 | 0 | 15 | 412 | 102 | 76 |
| Binary | 10010101 | 1011111 | 11011110 | 100001 | 111001 | 0 | 1101 | 100001010 | 1000010 | 111110 |
Color Harmonies of #955FDE
Complementary color
Monochromatic Colors of #955FDE
Black with #955FDE
Text Example
Text Example
White with #955FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FDE; }
p { color: rgb(149,95,222); }
H1.HeaderClassName
{
color: #955FDE;
}
.AnyTagClassName
{
color: #955FDE;
}
</style>
background-color css
<style>
a { background-color: #955FDE; }
a { background-color: rgb(149,95,222); }
div.DivClassName
{
background-color: #955FDE;
}
.BgClassName
{
background-color: #955FDE;
}
</style>
border-color css
<style>
span { border-color: #955FDE; }
span { border-color: rgb(149,95,222); }
td.TdClassName
{
border-color: #955FDE;
}
.TagClassName
{
border-color: #955FDE;
}
</style>