Shades of Cold Purple #958DC1
Tints of Cold Purple #958DC1
RGB
CMYK
RGB Variations
Color information
#958DC1 (or 0x958DC1) is known color: Cold Purple. HEX triplet: 95, 8D and C1. RGB value is (149,141,193). Sum of RGB (Red+Green+Blue) = 149+141+193=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #958DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DC1 is #6A723E. Grayscale: #959595. Windows color (decimal): -6976063 or 12684693. OLE color: 12684693.
HSL color Cylindrical-coordinate representation of color #958DC1: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958DC1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 141 | 193 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.24 |
| HSL | 249.23º | 0.3% | 0.65% | - |
| HSV(B) | 249.23º | 0.27% | 0.76% | - |
| XYZ | 31.54 | 29.29 | 54.44 | - |
| YUV | 149.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 193 | 0.23 | 0.27 | 0 | 0.24 | 249.23 | 0.3 | 0.65 |
| Hex | 95 | 8D | C1 | 17 | 1B | 0 | 18 | F9 | 1E | 41 |
| Octal | 225 | 215 | 301 | 27 | 33 | 0 | 30 | 371 | 36 | 101 |
| Binary | 10010101 | 10001101 | 11000001 | 10111 | 11011 | 0 | 11000 | 11111001 | 11110 | 1000001 |
Color Harmonies of #958DC1
Complementary color
Monochromatic Colors of #958DC1
Black with #958DC1
Text Example
Text Example
White with #958DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DC1; }
p { color: rgb(149,141,193); }
H1.HeaderClassName
{
color: #958DC1;
}
.AnyTagClassName
{
color: #958DC1;
}
</style>
background-color css
<style>
a { background-color: #958DC1; }
a { background-color: rgb(149,141,193); }
div.DivClassName
{
background-color: #958DC1;
}
.BgClassName
{
background-color: #958DC1;
}
</style>
border-color css
<style>
span { border-color: #958DC1; }
span { border-color: rgb(149,141,193); }
td.TdClassName
{
border-color: #958DC1;
}
.TagClassName
{
border-color: #958DC1;
}
</style>