Shades of Cold Purple #9A8EAD
Tints of Cold Purple #9A8EAD
RGB
CMYK
RGB Variations
Color information
#9A8EAD (or 0x9A8EAD) is known color: Cold Purple. HEX triplet: 9A, 8E and AD. RGB value is (154,142,173). Sum of RGB (Red+Green+Blue) = 154+142+173=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8EAD is #657152. Grayscale: #959595. Windows color (decimal): -6648147 or 11374234. OLE color: 11374234.
HSL color Cylindrical-coordinate representation of color #9A8EAD: hue angle of 263.23º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8EAD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 142 | 173 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.32 |
| HSL | 263.23º | 0.16% | 0.62% | - |
| HSV(B) | 263.23º | 0.18% | 0.68% | - |
| XYZ | 30.54 | 29.23 | 43.57 | - |
| YUV | 149.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 173 | 0.11 | 0.18 | 0 | 0.32 | 263.23 | 0.16 | 0.62 |
| Hex | 9A | 8E | AD | B | 12 | 0 | 20 | 107 | 10 | 3E |
| Octal | 232 | 216 | 255 | 13 | 22 | 0 | 40 | 407 | 20 | 76 |
| Binary | 10011010 | 10001110 | 10101101 | 1011 | 10010 | 0 | 100000 | 100000111 | 10000 | 111110 |
Color Harmonies of #9A8EAD
Complementary color
Monochromatic Colors of #9A8EAD
Black with #9A8EAD
Text Example
Text Example
White with #9A8EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EAD; }
p { color: rgb(154,142,173); }
H1.HeaderClassName
{
color: #9A8EAD;
}
.AnyTagClassName
{
color: #9A8EAD;
}
</style>
background-color css
<style>
a { background-color: #9A8EAD; }
a { background-color: rgb(154,142,173); }
div.DivClassName
{
background-color: #9A8EAD;
}
.BgClassName
{
background-color: #9A8EAD;
}
</style>
border-color css
<style>
span { border-color: #9A8EAD; }
span { border-color: rgb(154,142,173); }
td.TdClassName
{
border-color: #9A8EAD;
}
.TagClassName
{
border-color: #9A8EAD;
}
</style>