Shades of Cold Purple #957FBD
Tints of Cold Purple #957FBD
RGB
CMYK
RGB Variations
Color information
#957FBD (or 0x957FBD) is known color: Cold Purple. HEX triplet: 95, 7F and BD. RGB value is (149,127,189). Sum of RGB (Red+Green+Blue) = 149+127+189=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #957FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBD is #6A8042. Grayscale: #8C8C8C. Windows color (decimal): -6979651 or 12418965. OLE color: 12418965.
HSL color Cylindrical-coordinate representation of color #957FBD: hue angle of 261.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957FBD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 127 | 189 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.26 |
| HSL | 261.29º | 0.32% | 0.62% | - |
| HSV(B) | 261.29º | 0.33% | 0.74% | - |
| XYZ | 29.17 | 25.24 | 51.48 | - |
| YUV | 140.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 189 | 0.21 | 0.33 | 0 | 0.26 | 261.29 | 0.32 | 0.62 |
| Hex | 95 | 7F | BD | 15 | 21 | 0 | 1A | 105 | 20 | 3E |
| Octal | 225 | 177 | 275 | 25 | 41 | 0 | 32 | 405 | 40 | 76 |
| Binary | 10010101 | 1111111 | 10111101 | 10101 | 100001 | 0 | 11010 | 100000101 | 100000 | 111110 |
Color Harmonies of #957FBD
Complementary color
Monochromatic Colors of #957FBD
Black with #957FBD
Text Example
Text Example
White with #957FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FBD; }
p { color: rgb(149,127,189); }
H1.HeaderClassName
{
color: #957FBD;
}
.AnyTagClassName
{
color: #957FBD;
}
</style>
background-color css
<style>
a { background-color: #957FBD; }
a { background-color: rgb(149,127,189); }
div.DivClassName
{
background-color: #957FBD;
}
.BgClassName
{
background-color: #957FBD;
}
</style>
border-color css
<style>
span { border-color: #957FBD; }
span { border-color: rgb(149,127,189); }
td.TdClassName
{
border-color: #957FBD;
}
.TagClassName
{
border-color: #957FBD;
}
</style>