Shades of Cold Purple #958CB7
Tints of Cold Purple #958CB7
RGB
CMYK
RGB Variations
Color information
#958CB7 (or 0x958CB7) is known color: Cold Purple. HEX triplet: 95, 8C and B7. RGB value is (149,140,183). Sum of RGB (Red+Green+Blue) = 149+140+183=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #958CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CB7 is #6A7348. Grayscale: #939393. Windows color (decimal): -6976329 or 12029077. OLE color: 12029077.
HSL color Cylindrical-coordinate representation of color #958CB7: hue angle of 252.56º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958CB7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 140 | 183 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.28 |
| HSL | 252.56º | 0.23% | 0.63% | - |
| HSV(B) | 252.56º | 0.23% | 0.72% | - |
| XYZ | 30.32 | 28.56 | 48.72 | - |
| YUV | 147.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 183 | 0.19 | 0.23 | 0 | 0.28 | 252.56 | 0.23 | 0.63 |
| Hex | 95 | 8C | B7 | 13 | 17 | 0 | 1C | FD | 17 | 3F |
| Octal | 225 | 214 | 267 | 23 | 27 | 0 | 34 | 375 | 27 | 77 |
| Binary | 10010101 | 10001100 | 10110111 | 10011 | 10111 | 0 | 11100 | 11111101 | 10111 | 111111 |
Color Harmonies of #958CB7
Complementary color
Monochromatic Colors of #958CB7
Black with #958CB7
Text Example
Text Example
White with #958CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CB7; }
p { color: rgb(149,140,183); }
H1.HeaderClassName
{
color: #958CB7;
}
.AnyTagClassName
{
color: #958CB7;
}
</style>
background-color css
<style>
a { background-color: #958CB7; }
a { background-color: rgb(149,140,183); }
div.DivClassName
{
background-color: #958CB7;
}
.BgClassName
{
background-color: #958CB7;
}
</style>
border-color css
<style>
span { border-color: #958CB7; }
span { border-color: rgb(149,140,183); }
td.TdClassName
{
border-color: #958CB7;
}
.TagClassName
{
border-color: #958CB7;
}
</style>