Shades of Cold Purple #958DB9
Tints of Cold Purple #958DB9
RGB
CMYK
RGB Variations
Color information
#958DB9 (or 0x958DB9) is known color: Cold Purple. HEX triplet: 95, 8D and B9. RGB value is (149,141,185). Sum of RGB (Red+Green+Blue) = 149+141+185=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #958DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DB9 is #6A7246. Grayscale: #949494. Windows color (decimal): -6976071 or 12160405. OLE color: 12160405.
HSL color Cylindrical-coordinate representation of color #958DB9: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958DB9 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 141 | 185 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.27 |
| HSL | 250.91º | 0.24% | 0.64% | - |
| HSV(B) | 250.91º | 0.24% | 0.73% | - |
| XYZ | 30.68 | 28.94 | 49.87 | - |
| YUV | 148.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 185 | 0.19 | 0.24 | 0 | 0.27 | 250.91 | 0.24 | 0.64 |
| Hex | 95 | 8D | B9 | 13 | 18 | 0 | 1B | FB | 18 | 40 |
| Octal | 225 | 215 | 271 | 23 | 30 | 0 | 33 | 373 | 30 | 100 |
| Binary | 10010101 | 10001101 | 10111001 | 10011 | 11000 | 0 | 11011 | 11111011 | 11000 | 1000000 |
Color Harmonies of #958DB9
Complementary color
Monochromatic Colors of #958DB9
Black with #958DB9
Text Example
Text Example
White with #958DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DB9; }
p { color: rgb(149,141,185); }
H1.HeaderClassName
{
color: #958DB9;
}
.AnyTagClassName
{
color: #958DB9;
}
</style>
background-color css
<style>
a { background-color: #958DB9; }
a { background-color: rgb(149,141,185); }
div.DivClassName
{
background-color: #958DB9;
}
.BgClassName
{
background-color: #958DB9;
}
</style>
border-color css
<style>
span { border-color: #958DB9; }
span { border-color: rgb(149,141,185); }
td.TdClassName
{
border-color: #958DB9;
}
.TagClassName
{
border-color: #958DB9;
}
</style>