Shades of Cold Purple #958BBA
Tints of Cold Purple #958BBA
RGB
CMYK
RGB Variations
Color information
#958BBA (or 0x958BBA) is known color: Cold Purple. HEX triplet: 95, 8B and BA. RGB value is (149,139,186). Sum of RGB (Red+Green+Blue) = 149+139+186=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #958BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BBA is #6A7445. Grayscale: #939393. Windows color (decimal): -6976582 or 12225429. OLE color: 12225429.
HSL color Cylindrical-coordinate representation of color #958BBA: hue angle of 252.77º 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 #958BBA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 139 | 186 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.27 |
| HSL | 252.77º | 0.25% | 0.64% | - |
| HSV(B) | 252.77º | 0.25% | 0.73% | - |
| XYZ | 30.49 | 28.4 | 50.33 | - |
| YUV | 147.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 186 | 0.20 | 0.25 | 0 | 0.27 | 252.77 | 0.25 | 0.64 |
| Hex | 95 | 8B | BA | 14 | 19 | 0 | 1B | FD | 19 | 40 |
| Octal | 225 | 213 | 272 | 24 | 31 | 0 | 33 | 375 | 31 | 100 |
| Binary | 10010101 | 10001011 | 10111010 | 10100 | 11001 | 0 | 11011 | 11111101 | 11001 | 1000000 |
Color Harmonies of #958BBA
Complementary color
Monochromatic Colors of #958BBA
Black with #958BBA
Text Example
Text Example
White with #958BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BBA; }
p { color: rgb(149,139,186); }
H1.HeaderClassName
{
color: #958BBA;
}
.AnyTagClassName
{
color: #958BBA;
}
</style>
background-color css
<style>
a { background-color: #958BBA; }
a { background-color: rgb(149,139,186); }
div.DivClassName
{
background-color: #958BBA;
}
.BgClassName
{
background-color: #958BBA;
}
</style>
border-color css
<style>
span { border-color: #958BBA; }
span { border-color: rgb(149,139,186); }
td.TdClassName
{
border-color: #958BBA;
}
.TagClassName
{
border-color: #958BBA;
}
</style>