Shades of Cold Purple #957EC0
Tints of Cold Purple #957EC0
RGB
CMYK
RGB Variations
Color information
#957EC0 (or 0x957EC0) is known color: Cold Purple. HEX triplet: 95, 7E and C0. RGB value is (149,126,192). Sum of RGB (Red+Green+Blue) = 149+126+192=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #957EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EC0 is #6A813F. Grayscale: #8C8C8C. Windows color (decimal): -6979904 or 12615317. OLE color: 12615317.
HSL color Cylindrical-coordinate representation of color #957EC0: hue angle of 260.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957EC0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 126 | 192 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.25 |
| HSL | 260.91º | 0.34% | 0.62% | - |
| HSV(B) | 260.91º | 0.34% | 0.75% | - |
| XYZ | 29.37 | 25.12 | 53.17 | - |
| YUV | 140.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 192 | 0.22 | 0.34 | 0 | 0.25 | 260.91 | 0.34 | 0.62 |
| Hex | 95 | 7E | C0 | 16 | 22 | 0 | 19 | 105 | 22 | 3E |
| Octal | 225 | 176 | 300 | 26 | 42 | 0 | 31 | 405 | 42 | 76 |
| Binary | 10010101 | 1111110 | 11000000 | 10110 | 100010 | 0 | 11001 | 100000101 | 100010 | 111110 |
Color Harmonies of #957EC0
Complementary color
Monochromatic Colors of #957EC0
Black with #957EC0
Text Example
Text Example
White with #957EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EC0; }
p { color: rgb(149,126,192); }
H1.HeaderClassName
{
color: #957EC0;
}
.AnyTagClassName
{
color: #957EC0;
}
</style>
background-color css
<style>
a { background-color: #957EC0; }
a { background-color: rgb(149,126,192); }
div.DivClassName
{
background-color: #957EC0;
}
.BgClassName
{
background-color: #957EC0;
}
</style>
border-color css
<style>
span { border-color: #957EC0; }
span { border-color: rgb(149,126,192); }
td.TdClassName
{
border-color: #957EC0;
}
.TagClassName
{
border-color: #957EC0;
}
</style>