Shades of Medium Purple #956CDA
Tints of Medium Purple #956CDA
RGB
CMYK
RGB Variations
Color information
#956CDA (or 0x956CDA) is known color: Medium Purple. HEX triplet: 95, 6C and DA. RGB value is (149,108,218). Sum of RGB (Red+Green+Blue) = 149+108+218=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #956CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDA is #6A9325. Grayscale: #848484. Windows color (decimal): -6984486 or 14314645. OLE color: 14314645.
HSL color Cylindrical-coordinate representation of color #956CDA: hue angle of 262.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956CDA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 108 | 218 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.15 |
| HSL | 262.36º | 0.6% | 0.64% | - |
| HSV(B) | 262.36º | 0.5% | 0.85% | - |
| XYZ | 30.41 | 22.18 | 69.01 | - |
| YUV | 132.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 218 | 0.32 | 0.50 | 0 | 0.15 | 262.36 | 0.6 | 0.64 |
| Hex | 95 | 6C | DA | 20 | 32 | 0 | F | 106 | 3C | 40 |
| Octal | 225 | 154 | 332 | 40 | 62 | 0 | 17 | 406 | 74 | 100 |
| Binary | 10010101 | 1101100 | 11011010 | 100000 | 110010 | 0 | 1111 | 100000110 | 111100 | 1000000 |
Color Harmonies of #956CDA
Complementary color
Monochromatic Colors of #956CDA
Black with #956CDA
Text Example
Text Example
White with #956CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CDA; }
p { color: rgb(149,108,218); }
H1.HeaderClassName
{
color: #956CDA;
}
.AnyTagClassName
{
color: #956CDA;
}
</style>
background-color css
<style>
a { background-color: #956CDA; }
a { background-color: rgb(149,108,218); }
div.DivClassName
{
background-color: #956CDA;
}
.BgClassName
{
background-color: #956CDA;
}
</style>
border-color css
<style>
span { border-color: #956CDA; }
span { border-color: rgb(149,108,218); }
td.TdClassName
{
border-color: #956CDA;
}
.TagClassName
{
border-color: #956CDA;
}
</style>