Shades of Cold Purple #958CC1
Tints of Cold Purple #958CC1
RGB
CMYK
RGB Variations
Color information
#958CC1 (or 0x958CC1) is known color: Cold Purple. HEX triplet: 95, 8C and C1. RGB value is (149,140,193). Sum of RGB (Red+Green+Blue) = 149+140+193=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #958CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CC1 is #6A733E. Grayscale: #949494. Windows color (decimal): -6976319 or 12684437. OLE color: 12684437.
HSL color Cylindrical-coordinate representation of color #958CC1: hue angle of 250.19º 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 #958CC1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 140 | 193 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.24 |
| HSL | 250.19º | 0.3% | 0.65% | - |
| HSV(B) | 250.19º | 0.27% | 0.76% | - |
| XYZ | 31.4 | 29 | 54.39 | - |
| YUV | 148.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 193 | 0.23 | 0.27 | 0 | 0.24 | 250.19 | 0.3 | 0.65 |
| Hex | 95 | 8C | C1 | 17 | 1B | 0 | 18 | FA | 1E | 41 |
| Octal | 225 | 214 | 301 | 27 | 33 | 0 | 30 | 372 | 36 | 101 |
| Binary | 10010101 | 10001100 | 11000001 | 10111 | 11011 | 0 | 11000 | 11111010 | 11110 | 1000001 |
Color Harmonies of #958CC1
Complementary color
Monochromatic Colors of #958CC1
Black with #958CC1
Text Example
Text Example
White with #958CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CC1; }
p { color: rgb(149,140,193); }
H1.HeaderClassName
{
color: #958CC1;
}
.AnyTagClassName
{
color: #958CC1;
}
</style>
background-color css
<style>
a { background-color: #958CC1; }
a { background-color: rgb(149,140,193); }
div.DivClassName
{
background-color: #958CC1;
}
.BgClassName
{
background-color: #958CC1;
}
</style>
border-color css
<style>
span { border-color: #958CC1; }
span { border-color: rgb(149,140,193); }
td.TdClassName
{
border-color: #958CC1;
}
.TagClassName
{
border-color: #958CC1;
}
</style>