Shades of Medium Purple #956CD2
Tints of Medium Purple #956CD2
RGB
CMYK
RGB Variations
Color information
#956CD2 (or 0x956CD2) is known color: Medium Purple. HEX triplet: 95, 6C and D2. RGB value is (149,108,210). Sum of RGB (Red+Green+Blue) = 149+108+210=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #956CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CD2 is #6A932D. Grayscale: #838383. Windows color (decimal): -6984494 or 13790357. OLE color: 13790357.
HSL color Cylindrical-coordinate representation of color #956CD2: hue angle of 264.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956CD2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 108 | 210 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.18 |
| HSL | 264.12º | 0.53% | 0.62% | - |
| HSV(B) | 264.12º | 0.49% | 0.82% | - |
| XYZ | 29.39 | 21.77 | 63.63 | - |
| YUV | 131.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 210 | 0.29 | 0.49 | 0 | 0.18 | 264.12 | 0.53 | 0.62 |
| Hex | 95 | 6C | D2 | 1D | 31 | 0 | 12 | 108 | 35 | 3E |
| Octal | 225 | 154 | 322 | 35 | 61 | 0 | 22 | 410 | 65 | 76 |
| Binary | 10010101 | 1101100 | 11010010 | 11101 | 110001 | 0 | 10010 | 100001000 | 110101 | 111110 |
Color Harmonies of #956CD2
Complementary color
Monochromatic Colors of #956CD2
Black with #956CD2
Text Example
Text Example
White with #956CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CD2; }
p { color: rgb(149,108,210); }
H1.HeaderClassName
{
color: #956CD2;
}
.AnyTagClassName
{
color: #956CD2;
}
</style>
background-color css
<style>
a { background-color: #956CD2; }
a { background-color: rgb(149,108,210); }
div.DivClassName
{
background-color: #956CD2;
}
.BgClassName
{
background-color: #956CD2;
}
</style>
border-color css
<style>
span { border-color: #956CD2; }
span { border-color: rgb(149,108,210); }
td.TdClassName
{
border-color: #956CD2;
}
.TagClassName
{
border-color: #956CD2;
}
</style>