Shades of Cold Purple #957FC1
Tints of Cold Purple #957FC1
RGB
CMYK
RGB Variations
Color information
#957FC1 (or 0x957FC1) is known color: Cold Purple. HEX triplet: 95, 7F and C1. RGB value is (149,127,193). Sum of RGB (Red+Green+Blue) = 149+127+193=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #957FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FC1 is #6A803E. Grayscale: #8C8C8C. Windows color (decimal): -6979647 or 12681109. OLE color: 12681109.
HSL color Cylindrical-coordinate representation of color #957FC1: hue angle of 260º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957FC1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 127 | 193 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.24 |
| HSL | 260º | 0.35% | 0.63% | - |
| HSV(B) | 260º | 0.34% | 0.76% | - |
| XYZ | 29.61 | 25.42 | 53.8 | - |
| YUV | 141.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 193 | 0.23 | 0.34 | 0 | 0.24 | 260 | 0.35 | 0.63 |
| Hex | 95 | 7F | C1 | 17 | 22 | 0 | 18 | 104 | 23 | 3F |
| Octal | 225 | 177 | 301 | 27 | 42 | 0 | 30 | 404 | 43 | 77 |
| Binary | 10010101 | 1111111 | 11000001 | 10111 | 100010 | 0 | 11000 | 100000100 | 100011 | 111111 |
Color Harmonies of #957FC1
Complementary color
Monochromatic Colors of #957FC1
Black with #957FC1
Text Example
Text Example
White with #957FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FC1; }
p { color: rgb(149,127,193); }
H1.HeaderClassName
{
color: #957FC1;
}
.AnyTagClassName
{
color: #957FC1;
}
</style>
background-color css
<style>
a { background-color: #957FC1; }
a { background-color: rgb(149,127,193); }
div.DivClassName
{
background-color: #957FC1;
}
.BgClassName
{
background-color: #957FC1;
}
</style>
border-color css
<style>
span { border-color: #957FC1; }
span { border-color: rgb(149,127,193); }
td.TdClassName
{
border-color: #957FC1;
}
.TagClassName
{
border-color: #957FC1;
}
</style>