Shades of Cold Purple #958DBE
Tints of Cold Purple #958DBE
RGB
CMYK
RGB Variations
Color information
#958DBE (or 0x958DBE) is known color: Cold Purple. HEX triplet: 95, 8D and BE. RGB value is (149,141,190). Sum of RGB (Red+Green+Blue) = 149+141+190=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #958DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DBE is #6A7241. Grayscale: #949494. Windows color (decimal): -6976066 or 12488085. OLE color: 12488085.
HSL color Cylindrical-coordinate representation of color #958DBE: hue angle of 249.8º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958DBE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 141 | 190 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.25 |
| HSL | 249.8º | 0.27% | 0.65% | - |
| HSV(B) | 249.8º | 0.26% | 0.75% | - |
| XYZ | 31.21 | 29.16 | 52.7 | - |
| YUV | 148.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 190 | 0.22 | 0.26 | 0 | 0.25 | 249.8 | 0.27 | 0.65 |
| Hex | 95 | 8D | BE | 16 | 1A | 0 | 19 | FA | 1B | 41 |
| Octal | 225 | 215 | 276 | 26 | 32 | 0 | 31 | 372 | 33 | 101 |
| Binary | 10010101 | 10001101 | 10111110 | 10110 | 11010 | 0 | 11001 | 11111010 | 11011 | 1000001 |
Color Harmonies of #958DBE
Complementary color
Monochromatic Colors of #958DBE
Black with #958DBE
Text Example
Text Example
White with #958DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DBE; }
p { color: rgb(149,141,190); }
H1.HeaderClassName
{
color: #958DBE;
}
.AnyTagClassName
{
color: #958DBE;
}
</style>
background-color css
<style>
a { background-color: #958DBE; }
a { background-color: rgb(149,141,190); }
div.DivClassName
{
background-color: #958DBE;
}
.BgClassName
{
background-color: #958DBE;
}
</style>
border-color css
<style>
span { border-color: #958DBE; }
span { border-color: rgb(149,141,190); }
td.TdClassName
{
border-color: #958DBE;
}
.TagClassName
{
border-color: #958DBE;
}
</style>