Shades of Cold Purple #9E94AA
Tints of Cold Purple #9E94AA
RGB
CMYK
RGB Variations
Color information
#9E94AA (or 0x9E94AA) is known color: Cold Purple. HEX triplet: 9E, 94 and AA. RGB value is (158,148,170). Sum of RGB (Red+Green+Blue) = 158+148+170=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E94AA is #616B55. Grayscale: #999999. Windows color (decimal): -6384470 or 11179166. OLE color: 11179166.
HSL color Cylindrical-coordinate representation of color #9E94AA: hue angle of 267.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E94AA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 148 | 170 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.33 |
| HSL | 267.27º | 0.11% | 0.62% | - |
| HSV(B) | 267.27º | 0.13% | 0.67% | - |
| XYZ | 31.95 | 31.35 | 42.4 | - |
| YUV | 153.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 170 | 0.07 | 0.13 | 0 | 0.33 | 267.27 | 0.11 | 0.62 |
| Hex | 9E | 94 | AA | 7 | D | 0 | 21 | 10B | B | 3E |
| Octal | 236 | 224 | 252 | 7 | 15 | 0 | 41 | 413 | 13 | 76 |
| Binary | 10011110 | 10010100 | 10101010 | 111 | 1101 | 0 | 100001 | 100001011 | 1011 | 111110 |
Color Harmonies of #9E94AA
Complementary color
Monochromatic Colors of #9E94AA
Black with #9E94AA
Text Example
Text Example
White with #9E94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E94AA; }
p { color: rgb(158,148,170); }
H1.HeaderClassName
{
color: #9E94AA;
}
.AnyTagClassName
{
color: #9E94AA;
}
</style>
background-color css
<style>
a { background-color: #9E94AA; }
a { background-color: rgb(158,148,170); }
div.DivClassName
{
background-color: #9E94AA;
}
.BgClassName
{
background-color: #9E94AA;
}
</style>
border-color css
<style>
span { border-color: #9E94AA; }
span { border-color: rgb(158,148,170); }
td.TdClassName
{
border-color: #9E94AA;
}
.TagClassName
{
border-color: #9E94AA;
}
</style>