Shades of Cold Purple #957EC1
Tints of Cold Purple #957EC1
RGB
CMYK
RGB Variations
Color information
#957EC1 (or 0x957EC1) is known color: Cold Purple. HEX triplet: 95, 7E and C1. RGB value is (149,126,193). Sum of RGB (Red+Green+Blue) = 149+126+193=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #957EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EC1 is #6A813E. Grayscale: #8C8C8C. Windows color (decimal): -6979903 or 12680853. OLE color: 12680853.
HSL color Cylindrical-coordinate representation of color #957EC1: hue angle of 260.6º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957EC1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 126 | 193 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.24 |
| HSL | 260.6º | 0.35% | 0.63% | - |
| HSV(B) | 260.6º | 0.35% | 0.76% | - |
| XYZ | 29.48 | 25.16 | 53.75 | - |
| YUV | 140.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 193 | 0.23 | 0.35 | 0 | 0.24 | 260.6 | 0.35 | 0.63 |
| Hex | 95 | 7E | C1 | 17 | 23 | 0 | 18 | 105 | 23 | 3F |
| Octal | 225 | 176 | 301 | 27 | 43 | 0 | 30 | 405 | 43 | 77 |
| Binary | 10010101 | 1111110 | 11000001 | 10111 | 100011 | 0 | 11000 | 100000101 | 100011 | 111111 |
Color Harmonies of #957EC1
Complementary color
Monochromatic Colors of #957EC1
Black with #957EC1
Text Example
Text Example
White with #957EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EC1; }
p { color: rgb(149,126,193); }
H1.HeaderClassName
{
color: #957EC1;
}
.AnyTagClassName
{
color: #957EC1;
}
</style>
background-color css
<style>
a { background-color: #957EC1; }
a { background-color: rgb(149,126,193); }
div.DivClassName
{
background-color: #957EC1;
}
.BgClassName
{
background-color: #957EC1;
}
</style>
border-color css
<style>
span { border-color: #957EC1; }
span { border-color: rgb(149,126,193); }
td.TdClassName
{
border-color: #957EC1;
}
.TagClassName
{
border-color: #957EC1;
}
</style>