Shades of Medium Purple #956FD5
Tints of Medium Purple #956FD5
RGB
CMYK
RGB Variations
Color information
#956FD5 (or 0x956FD5) is known color: Medium Purple. HEX triplet: 95, 6F and D5. RGB value is (149,111,213). Sum of RGB (Red+Green+Blue) = 149+111+213=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #956FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FD5 is #6A902A. Grayscale: #858585. Windows color (decimal): -6983723 or 13987733. OLE color: 13987733.
HSL color Cylindrical-coordinate representation of color #956FD5: hue angle of 262.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956FD5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 111 | 213 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.16 |
| HSL | 262.35º | 0.55% | 0.64% | - |
| HSV(B) | 262.35º | 0.48% | 0.84% | - |
| XYZ | 30.09 | 22.56 | 65.72 | - |
| YUV | 133.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 213 | 0.30 | 0.48 | 0 | 0.16 | 262.35 | 0.55 | 0.64 |
| Hex | 95 | 6F | D5 | 1E | 30 | 0 | 10 | 106 | 37 | 40 |
| Octal | 225 | 157 | 325 | 36 | 60 | 0 | 20 | 406 | 67 | 100 |
| Binary | 10010101 | 1101111 | 11010101 | 11110 | 110000 | 0 | 10000 | 100000110 | 110111 | 1000000 |
Color Harmonies of #956FD5
Complementary color
Monochromatic Colors of #956FD5
Black with #956FD5
Text Example
Text Example
White with #956FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FD5; }
p { color: rgb(149,111,213); }
H1.HeaderClassName
{
color: #956FD5;
}
.AnyTagClassName
{
color: #956FD5;
}
</style>
background-color css
<style>
a { background-color: #956FD5; }
a { background-color: rgb(149,111,213); }
div.DivClassName
{
background-color: #956FD5;
}
.BgClassName
{
background-color: #956FD5;
}
</style>
border-color css
<style>
span { border-color: #956FD5; }
span { border-color: rgb(149,111,213); }
td.TdClassName
{
border-color: #956FD5;
}
.TagClassName
{
border-color: #956FD5;
}
</style>