Shades of Cold Purple #958BB1
Tints of Cold Purple #958BB1
RGB
CMYK
RGB Variations
Color information
#958BB1 (or 0x958BB1) is known color: Cold Purple. HEX triplet: 95, 8B and B1. RGB value is (149,139,177). Sum of RGB (Red+Green+Blue) = 149+139+177=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #958BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BB1 is #6A744E. Grayscale: #929292. Windows color (decimal): -6976591 or 11635605. OLE color: 11635605.
HSL color Cylindrical-coordinate representation of color #958BB1: hue angle of 255.79º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958BB1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 139 | 177 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.31 |
| HSL | 255.79º | 0.2% | 0.62% | - |
| HSV(B) | 255.79º | 0.21% | 0.69% | - |
| XYZ | 29.56 | 28.03 | 45.45 | - |
| YUV | 146.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 177 | 0.16 | 0.21 | 0 | 0.31 | 255.79 | 0.2 | 0.62 |
| Hex | 95 | 8B | B1 | 10 | 15 | 0 | 1F | 100 | 14 | 3E |
| Octal | 225 | 213 | 261 | 20 | 25 | 0 | 37 | 400 | 24 | 76 |
| Binary | 10010101 | 10001011 | 10110001 | 10000 | 10101 | 0 | 11111 | 100000000 | 10100 | 111110 |
Color Harmonies of #958BB1
Complementary color
Monochromatic Colors of #958BB1
Black with #958BB1
Text Example
Text Example
White with #958BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BB1; }
p { color: rgb(149,139,177); }
H1.HeaderClassName
{
color: #958BB1;
}
.AnyTagClassName
{
color: #958BB1;
}
</style>
background-color css
<style>
a { background-color: #958BB1; }
a { background-color: rgb(149,139,177); }
div.DivClassName
{
background-color: #958BB1;
}
.BgClassName
{
background-color: #958BB1;
}
</style>
border-color css
<style>
span { border-color: #958BB1; }
span { border-color: rgb(149,139,177); }
td.TdClassName
{
border-color: #958BB1;
}
.TagClassName
{
border-color: #958BB1;
}
</style>