Shades of Medium Purple #957ADC
Tints of Medium Purple #957ADC
RGB
CMYK
RGB Variations
Color information
#957ADC (or 0x957ADC) is known color: Medium Purple. HEX triplet: 95, 7A and DC. RGB value is (149,122,220). Sum of RGB (Red+Green+Blue) = 149+122+220=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #957ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ADC is #6A8523. Grayscale: #8C8C8C. Windows color (decimal): -6980900 or 14449301. OLE color: 14449301.
HSL color Cylindrical-coordinate representation of color #957ADC: hue angle of 256.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957ADC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 122 | 220 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.14 |
| HSL | 256.53º | 0.58% | 0.67% | - |
| HSV(B) | 256.53º | 0.45% | 0.86% | - |
| XYZ | 32.27 | 25.48 | 70.93 | - |
| YUV | 141.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 220 | 0.32 | 0.45 | 0 | 0.14 | 256.53 | 0.58 | 0.67 |
| Hex | 95 | 7A | DC | 20 | 2D | 0 | E | 101 | 3A | 43 |
| Octal | 225 | 172 | 334 | 40 | 55 | 0 | 16 | 401 | 72 | 103 |
| Binary | 10010101 | 1111010 | 11011100 | 100000 | 101101 | 0 | 1110 | 100000001 | 111010 | 1000011 |
Color Harmonies of #957ADC
Complementary color
Monochromatic Colors of #957ADC
Black with #957ADC
Text Example
Text Example
White with #957ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ADC; }
p { color: rgb(149,122,220); }
H1.HeaderClassName
{
color: #957ADC;
}
.AnyTagClassName
{
color: #957ADC;
}
</style>
background-color css
<style>
a { background-color: #957ADC; }
a { background-color: rgb(149,122,220); }
div.DivClassName
{
background-color: #957ADC;
}
.BgClassName
{
background-color: #957ADC;
}
</style>
border-color css
<style>
span { border-color: #957ADC; }
span { border-color: rgb(149,122,220); }
td.TdClassName
{
border-color: #957ADC;
}
.TagClassName
{
border-color: #957ADC;
}
</style>