Shades of Medium Purple #955DEF
Tints of Medium Purple #955DEF
RGB
CMYK
RGB Variations
Color information
#955DEF (or 0x955DEF) is known color: Medium Purple. HEX triplet: 95, 5D and EF. RGB value is (149,93,239). Sum of RGB (Red+Green+Blue) = 149+93+239=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #955DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DEF is #6AA210. Grayscale: #7D7D7D. Windows color (decimal): -6988305 or 15687061. OLE color: 15687061.
HSL color Cylindrical-coordinate representation of color #955DEF: hue angle of 263.01º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955DEF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 93 | 239 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.06 |
| HSL | 263.01º | 0.82% | 0.65% | - |
| HSV(B) | 263.01º | 0.61% | 0.94% | - |
| XYZ | 31.89 | 20.45 | 83.93 | - |
| YUV | 126.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 239 | 0.38 | 0.61 | 0 | 0.06 | 263.01 | 0.82 | 0.65 |
| Hex | 95 | 5D | EF | 26 | 3D | 0 | 6 | 107 | 52 | 41 |
| Octal | 225 | 135 | 357 | 46 | 75 | 0 | 6 | 407 | 122 | 101 |
| Binary | 10010101 | 1011101 | 11101111 | 100110 | 111101 | 0 | 110 | 100000111 | 1010010 | 1000001 |
Color Harmonies of #955DEF
Complementary color
Monochromatic Colors of #955DEF
Black with #955DEF
Text Example
Text Example
White with #955DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DEF; }
p { color: rgb(149,93,239); }
H1.HeaderClassName
{
color: #955DEF;
}
.AnyTagClassName
{
color: #955DEF;
}
</style>
background-color css
<style>
a { background-color: #955DEF; }
a { background-color: rgb(149,93,239); }
div.DivClassName
{
background-color: #955DEF;
}
.BgClassName
{
background-color: #955DEF;
}
</style>
border-color css
<style>
span { border-color: #955DEF; }
span { border-color: rgb(149,93,239); }
td.TdClassName
{
border-color: #955DEF;
}
.TagClassName
{
border-color: #955DEF;
}
</style>