Shades of Medium Purple #956BDC
Tints of Medium Purple #956BDC
RGB
CMYK
RGB Variations
Color information
#956BDC (or 0x956BDC) is known color: Medium Purple. HEX triplet: 95, 6B and DC. RGB value is (149,107,220). Sum of RGB (Red+Green+Blue) = 149+107+220=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #956BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BDC is #6A9423. Grayscale: #848484. Windows color (decimal): -6984740 or 14445461. OLE color: 14445461.
HSL color Cylindrical-coordinate representation of color #956BDC: hue angle of 262.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956BDC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 107 | 220 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.14 |
| HSL | 262.3º | 0.62% | 0.64% | - |
| HSV(B) | 262.3º | 0.51% | 0.86% | - |
| XYZ | 30.57 | 22.07 | 70.36 | - |
| YUV | 132.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 220 | 0.32 | 0.51 | 0 | 0.14 | 262.3 | 0.62 | 0.64 |
| Hex | 95 | 6B | DC | 20 | 33 | 0 | E | 106 | 3E | 40 |
| Octal | 225 | 153 | 334 | 40 | 63 | 0 | 16 | 406 | 76 | 100 |
| Binary | 10010101 | 1101011 | 11011100 | 100000 | 110011 | 0 | 1110 | 100000110 | 111110 | 1000000 |
Color Harmonies of #956BDC
Complementary color
Monochromatic Colors of #956BDC
Black with #956BDC
Text Example
Text Example
White with #956BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BDC; }
p { color: rgb(149,107,220); }
H1.HeaderClassName
{
color: #956BDC;
}
.AnyTagClassName
{
color: #956BDC;
}
</style>
background-color css
<style>
a { background-color: #956BDC; }
a { background-color: rgb(149,107,220); }
div.DivClassName
{
background-color: #956BDC;
}
.BgClassName
{
background-color: #956BDC;
}
</style>
border-color css
<style>
span { border-color: #956BDC; }
span { border-color: rgb(149,107,220); }
td.TdClassName
{
border-color: #956BDC;
}
.TagClassName
{
border-color: #956BDC;
}
</style>