Shades of Cold Purple #958DB8
Tints of Cold Purple #958DB8
RGB
CMYK
RGB Variations
Color information
#958DB8 (or 0x958DB8) is known color: Cold Purple. HEX triplet: 95, 8D and B8. RGB value is (149,141,184). Sum of RGB (Red+Green+Blue) = 149+141+184=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #958DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DB8 is #6A7247. Grayscale: #949494. Windows color (decimal): -6976072 or 12094869. OLE color: 12094869.
HSL color Cylindrical-coordinate representation of color #958DB8: hue angle of 251.16º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958DB8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 141 | 184 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.28 |
| HSL | 251.16º | 0.23% | 0.64% | - |
| HSV(B) | 251.16º | 0.23% | 0.72% | - |
| XYZ | 30.57 | 28.9 | 49.31 | - |
| YUV | 148.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 184 | 0.19 | 0.23 | 0 | 0.28 | 251.16 | 0.23 | 0.64 |
| Hex | 95 | 8D | B8 | 13 | 17 | 0 | 1C | FB | 17 | 40 |
| Octal | 225 | 215 | 270 | 23 | 27 | 0 | 34 | 373 | 27 | 100 |
| Binary | 10010101 | 10001101 | 10111000 | 10011 | 10111 | 0 | 11100 | 11111011 | 10111 | 1000000 |
Color Harmonies of #958DB8
Complementary color
Monochromatic Colors of #958DB8
Black with #958DB8
Text Example
Text Example
White with #958DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DB8; }
p { color: rgb(149,141,184); }
H1.HeaderClassName
{
color: #958DB8;
}
.AnyTagClassName
{
color: #958DB8;
}
</style>
background-color css
<style>
a { background-color: #958DB8; }
a { background-color: rgb(149,141,184); }
div.DivClassName
{
background-color: #958DB8;
}
.BgClassName
{
background-color: #958DB8;
}
</style>
border-color css
<style>
span { border-color: #958DB8; }
span { border-color: rgb(149,141,184); }
td.TdClassName
{
border-color: #958DB8;
}
.TagClassName
{
border-color: #958DB8;
}
</style>