Shades of Cold Purple #958CB1
Tints of Cold Purple #958CB1
RGB
CMYK
RGB Variations
Color information
#958CB1 (or 0x958CB1) is known color: Cold Purple. HEX triplet: 95, 8C and B1. RGB value is (149,140,177). Sum of RGB (Red+Green+Blue) = 149+140+177=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #958CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958CB1 is #6A734E. Grayscale: #929292. Windows color (decimal): -6976335 or 11635861. OLE color: 11635861.
HSL color Cylindrical-coordinate representation of color #958CB1: hue angle of 254.59º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958CB1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 140 | 177 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.31 |
| HSL | 254.59º | 0.19% | 0.62% | - |
| HSV(B) | 254.59º | 0.21% | 0.69% | - |
| XYZ | 29.71 | 28.32 | 45.5 | - |
| YUV | 146.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 177 | 0.16 | 0.21 | 0 | 0.31 | 254.59 | 0.19 | 0.62 |
| Hex | 95 | 8C | B1 | 10 | 15 | 0 | 1F | FF | 13 | 3E |
| Octal | 225 | 214 | 261 | 20 | 25 | 0 | 37 | 377 | 23 | 76 |
| Binary | 10010101 | 10001100 | 10110001 | 10000 | 10101 | 0 | 11111 | 11111111 | 10011 | 111110 |
Color Harmonies of #958CB1
Complementary color
Monochromatic Colors of #958CB1
Black with #958CB1
Text Example
Text Example
White with #958CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CB1; }
p { color: rgb(149,140,177); }
H1.HeaderClassName
{
color: #958CB1;
}
.AnyTagClassName
{
color: #958CB1;
}
</style>
background-color css
<style>
a { background-color: #958CB1; }
a { background-color: rgb(149,140,177); }
div.DivClassName
{
background-color: #958CB1;
}
.BgClassName
{
background-color: #958CB1;
}
</style>
border-color css
<style>
span { border-color: #958CB1; }
span { border-color: rgb(149,140,177); }
td.TdClassName
{
border-color: #958CB1;
}
.TagClassName
{
border-color: #958CB1;
}
</style>