Shades of Cold Purple #958AC1
Tints of Cold Purple #958AC1
RGB
CMYK
RGB Variations
Color information
#958AC1 (or 0x958AC1) is known color: Cold Purple. HEX triplet: 95, 8A and C1. RGB value is (149,138,193). Sum of RGB (Red+Green+Blue) = 149+138+193=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #958AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AC1 is #6A753E. Grayscale: #939393. Windows color (decimal): -6976831 or 12683925. OLE color: 12683925.
HSL color Cylindrical-coordinate representation of color #958AC1: hue angle of 252º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #958AC1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 138 | 193 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.24 |
| HSL | 252º | 0.31% | 0.65% | - |
| HSV(B) | 252º | 0.28% | 0.76% | - |
| XYZ | 31.11 | 28.42 | 54.3 | - |
| YUV | 147.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 193 | 0.23 | 0.28 | 0 | 0.24 | 252 | 0.31 | 0.65 |
| Hex | 95 | 8A | C1 | 17 | 1C | 0 | 18 | FC | 1F | 41 |
| Octal | 225 | 212 | 301 | 27 | 34 | 0 | 30 | 374 | 37 | 101 |
| Binary | 10010101 | 10001010 | 11000001 | 10111 | 11100 | 0 | 11000 | 11111100 | 11111 | 1000001 |
Color Harmonies of #958AC1
Complementary color
Monochromatic Colors of #958AC1
Black with #958AC1
Text Example
Text Example
White with #958AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AC1; }
p { color: rgb(149,138,193); }
H1.HeaderClassName
{
color: #958AC1;
}
.AnyTagClassName
{
color: #958AC1;
}
</style>
background-color css
<style>
a { background-color: #958AC1; }
a { background-color: rgb(149,138,193); }
div.DivClassName
{
background-color: #958AC1;
}
.BgClassName
{
background-color: #958AC1;
}
</style>
border-color css
<style>
span { border-color: #958AC1; }
span { border-color: rgb(149,138,193); }
td.TdClassName
{
border-color: #958AC1;
}
.TagClassName
{
border-color: #958AC1;
}
</style>