Shades of Cold Purple #958ABD
Tints of Cold Purple #958ABD
RGB
CMYK
RGB Variations
Color information
#958ABD (or 0x958ABD) is known color: Cold Purple. HEX triplet: 95, 8A and BD. RGB value is (149,138,189). Sum of RGB (Red+Green+Blue) = 149+138+189=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #958ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ABD is #6A7542. Grayscale: #929292. Windows color (decimal): -6976835 or 12421781. OLE color: 12421781.
HSL color Cylindrical-coordinate representation of color #958ABD: hue angle of 252.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958ABD is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 138 | 189 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.26 |
| HSL | 252.94º | 0.28% | 0.64% | - |
| HSV(B) | 252.94º | 0.27% | 0.74% | - |
| XYZ | 30.67 | 28.24 | 51.98 | - |
| YUV | 147.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 189 | 0.21 | 0.27 | 0 | 0.26 | 252.94 | 0.28 | 0.64 |
| Hex | 95 | 8A | BD | 15 | 1B | 0 | 1A | FD | 1C | 40 |
| Octal | 225 | 212 | 275 | 25 | 33 | 0 | 32 | 375 | 34 | 100 |
| Binary | 10010101 | 10001010 | 10111101 | 10101 | 11011 | 0 | 11010 | 11111101 | 11100 | 1000000 |
Color Harmonies of #958ABD
Complementary color
Monochromatic Colors of #958ABD
Black with #958ABD
Text Example
Text Example
White with #958ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ABD; }
p { color: rgb(149,138,189); }
H1.HeaderClassName
{
color: #958ABD;
}
.AnyTagClassName
{
color: #958ABD;
}
</style>
background-color css
<style>
a { background-color: #958ABD; }
a { background-color: rgb(149,138,189); }
div.DivClassName
{
background-color: #958ABD;
}
.BgClassName
{
background-color: #958ABD;
}
</style>
border-color css
<style>
span { border-color: #958ABD; }
span { border-color: rgb(149,138,189); }
td.TdClassName
{
border-color: #958ABD;
}
.TagClassName
{
border-color: #958ABD;
}
</style>