Shades of Cold Purple #958BBC
Tints of Cold Purple #958BBC
RGB
CMYK
RGB Variations
Color information
#958BBC (or 0x958BBC) is known color: Cold Purple. HEX triplet: 95, 8B and BC. RGB value is (149,139,188). Sum of RGB (Red+Green+Blue) = 149+139+188=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #958BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BBC is #6A7443. Grayscale: #939393. Windows color (decimal): -6976580 or 12356501. OLE color: 12356501.
HSL color Cylindrical-coordinate representation of color #958BBC: hue angle of 252.24º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958BBC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 139 | 188 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.26 |
| HSL | 252.24º | 0.27% | 0.64% | - |
| HSV(B) | 252.24º | 0.26% | 0.74% | - |
| XYZ | 30.7 | 28.49 | 51.46 | - |
| YUV | 147.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 188 | 0.21 | 0.26 | 0 | 0.26 | 252.24 | 0.27 | 0.64 |
| Hex | 95 | 8B | BC | 15 | 1A | 0 | 1A | FC | 1B | 40 |
| Octal | 225 | 213 | 274 | 25 | 32 | 0 | 32 | 374 | 33 | 100 |
| Binary | 10010101 | 10001011 | 10111100 | 10101 | 11010 | 0 | 11010 | 11111100 | 11011 | 1000000 |
Color Harmonies of #958BBC
Complementary color
Monochromatic Colors of #958BBC
Black with #958BBC
Text Example
Text Example
White with #958BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BBC; }
p { color: rgb(149,139,188); }
H1.HeaderClassName
{
color: #958BBC;
}
.AnyTagClassName
{
color: #958BBC;
}
</style>
background-color css
<style>
a { background-color: #958BBC; }
a { background-color: rgb(149,139,188); }
div.DivClassName
{
background-color: #958BBC;
}
.BgClassName
{
background-color: #958BBC;
}
</style>
border-color css
<style>
span { border-color: #958BBC; }
span { border-color: rgb(149,139,188); }
td.TdClassName
{
border-color: #958BBC;
}
.TagClassName
{
border-color: #958BBC;
}
</style>