Shades of Cold Purple #958BB9
Tints of Cold Purple #958BB9
RGB
CMYK
RGB Variations
Color information
#958BB9 (or 0x958BB9) is known color: Cold Purple. HEX triplet: 95, 8B and B9. RGB value is (149,139,185). Sum of RGB (Red+Green+Blue) = 149+139+185=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #958BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BB9 is #6A7446. Grayscale: #939393. Windows color (decimal): -6976583 or 12159893. OLE color: 12159893.
HSL color Cylindrical-coordinate representation of color #958BB9: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958BB9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 139 | 185 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.27 |
| HSL | 253.04º | 0.25% | 0.64% | - |
| HSV(B) | 253.04º | 0.25% | 0.73% | - |
| XYZ | 30.38 | 28.36 | 49.77 | - |
| YUV | 147.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 185 | 0.19 | 0.25 | 0 | 0.27 | 253.04 | 0.25 | 0.64 |
| Hex | 95 | 8B | B9 | 13 | 19 | 0 | 1B | FD | 19 | 40 |
| Octal | 225 | 213 | 271 | 23 | 31 | 0 | 33 | 375 | 31 | 100 |
| Binary | 10010101 | 10001011 | 10111001 | 10011 | 11001 | 0 | 11011 | 11111101 | 11001 | 1000000 |
Color Harmonies of #958BB9
Complementary color
Monochromatic Colors of #958BB9
Black with #958BB9
Text Example
Text Example
White with #958BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BB9; }
p { color: rgb(149,139,185); }
H1.HeaderClassName
{
color: #958BB9;
}
.AnyTagClassName
{
color: #958BB9;
}
</style>
background-color css
<style>
a { background-color: #958BB9; }
a { background-color: rgb(149,139,185); }
div.DivClassName
{
background-color: #958BB9;
}
.BgClassName
{
background-color: #958BB9;
}
</style>
border-color css
<style>
span { border-color: #958BB9; }
span { border-color: rgb(149,139,185); }
td.TdClassName
{
border-color: #958BB9;
}
.TagClassName
{
border-color: #958BB9;
}
</style>