Shades of Cold Purple #9D90C3
Tints of Cold Purple #9D90C3
RGB
CMYK
RGB Variations
Color information
#9D90C3 (or 0x9D90C3) is known color: Cold Purple. HEX triplet: 9D, 90 and C3. RGB value is (157,144,195). Sum of RGB (Red+Green+Blue) = 157+144+195=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #9D90C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90C3 is #626F3C. Grayscale: #999999. Windows color (decimal): -6451005 or 12816541. OLE color: 12816541.
HSL color Cylindrical-coordinate representation of color #9D90C3: hue angle of 255.29º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D90C3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 144 | 195 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.24 |
| HSL | 255.29º | 0.3% | 0.66% | - |
| HSV(B) | 255.29º | 0.26% | 0.76% | - |
| XYZ | 33.73 | 31.05 | 55.85 | - |
| YUV | 153.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 195 | 0.19 | 0.26 | 0 | 0.24 | 255.29 | 0.3 | 0.66 |
| Hex | 9D | 90 | C3 | 13 | 1A | 0 | 18 | FF | 1E | 42 |
| Octal | 235 | 220 | 303 | 23 | 32 | 0 | 30 | 377 | 36 | 102 |
| Binary | 10011101 | 10010000 | 11000011 | 10011 | 11010 | 0 | 11000 | 11111111 | 11110 | 1000010 |
Color Harmonies of #9D90C3
Complementary color
Monochromatic Colors of #9D90C3
Black with #9D90C3
Text Example
Text Example
White with #9D90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90C3; }
p { color: rgb(157,144,195); }
H1.HeaderClassName
{
color: #9D90C3;
}
.AnyTagClassName
{
color: #9D90C3;
}
</style>
background-color css
<style>
a { background-color: #9D90C3; }
a { background-color: rgb(157,144,195); }
div.DivClassName
{
background-color: #9D90C3;
}
.BgClassName
{
background-color: #9D90C3;
}
</style>
border-color css
<style>
span { border-color: #9D90C3; }
span { border-color: rgb(157,144,195); }
td.TdClassName
{
border-color: #9D90C3;
}
.TagClassName
{
border-color: #9D90C3;
}
</style>