Shades of Medium Purple #956FD4
Tints of Medium Purple #956FD4
RGB
CMYK
RGB Variations
Color information
#956FD4 (or 0x956FD4) is known color: Medium Purple. HEX triplet: 95, 6F and D4. RGB value is (149,111,212). Sum of RGB (Red+Green+Blue) = 149+111+212=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #956FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FD4 is #6A902B. Grayscale: #858585. Windows color (decimal): -6983724 or 13922197. OLE color: 13922197.
HSL color Cylindrical-coordinate representation of color #956FD4: hue angle of 262.57º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956FD4 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 111 | 212 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.17 |
| HSL | 262.57º | 0.54% | 0.63% | - |
| HSV(B) | 262.57º | 0.48% | 0.83% | - |
| XYZ | 29.96 | 22.51 | 65.05 | - |
| YUV | 133.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 212 | 0.30 | 0.48 | 0 | 0.17 | 262.57 | 0.54 | 0.63 |
| Hex | 95 | 6F | D4 | 1E | 30 | 0 | 11 | 107 | 36 | 3F |
| Octal | 225 | 157 | 324 | 36 | 60 | 0 | 21 | 407 | 66 | 77 |
| Binary | 10010101 | 1101111 | 11010100 | 11110 | 110000 | 0 | 10001 | 100000111 | 110110 | 111111 |
Color Harmonies of #956FD4
Complementary color
Monochromatic Colors of #956FD4
Black with #956FD4
Text Example
Text Example
White with #956FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FD4; }
p { color: rgb(149,111,212); }
H1.HeaderClassName
{
color: #956FD4;
}
.AnyTagClassName
{
color: #956FD4;
}
</style>
background-color css
<style>
a { background-color: #956FD4; }
a { background-color: rgb(149,111,212); }
div.DivClassName
{
background-color: #956FD4;
}
.BgClassName
{
background-color: #956FD4;
}
</style>
border-color css
<style>
span { border-color: #956FD4; }
span { border-color: rgb(149,111,212); }
td.TdClassName
{
border-color: #956FD4;
}
.TagClassName
{
border-color: #956FD4;
}
</style>