Shades of Cold Purple #9D93AE
Tints of Cold Purple #9D93AE
RGB
CMYK
RGB Variations
Color information
#9D93AE (or 0x9D93AE) is known color: Cold Purple. HEX triplet: 9D, 93 and AE. RGB value is (157,147,174). Sum of RGB (Red+Green+Blue) = 157+147+174=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D93AE is #626C51. Grayscale: #989898. Windows color (decimal): -6450258 or 11441053. OLE color: 11441053.
HSL color Cylindrical-coordinate representation of color #9D93AE: hue angle of 262.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D93AE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 147 | 174 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.32 |
| HSL | 262.22º | 0.14% | 0.63% | - |
| HSV(B) | 262.22º | 0.16% | 0.68% | - |
| XYZ | 31.98 | 31.09 | 44.36 | - |
| YUV | 153.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 174 | 0.10 | 0.16 | 0 | 0.32 | 262.22 | 0.14 | 0.63 |
| Hex | 9D | 93 | AE | A | 10 | 0 | 20 | 106 | E | 3F |
| Octal | 235 | 223 | 256 | 12 | 20 | 0 | 40 | 406 | 16 | 77 |
| Binary | 10011101 | 10010011 | 10101110 | 1010 | 10000 | 0 | 100000 | 100000110 | 1110 | 111111 |
Color Harmonies of #9D93AE
Complementary color
Monochromatic Colors of #9D93AE
Black with #9D93AE
Text Example
Text Example
White with #9D93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93AE; }
p { color: rgb(157,147,174); }
H1.HeaderClassName
{
color: #9D93AE;
}
.AnyTagClassName
{
color: #9D93AE;
}
</style>
background-color css
<style>
a { background-color: #9D93AE; }
a { background-color: rgb(157,147,174); }
div.DivClassName
{
background-color: #9D93AE;
}
.BgClassName
{
background-color: #9D93AE;
}
</style>
border-color css
<style>
span { border-color: #9D93AE; }
span { border-color: rgb(157,147,174); }
td.TdClassName
{
border-color: #9D93AE;
}
.TagClassName
{
border-color: #9D93AE;
}
</style>