Shades of Cold Purple #9A8DAE
Tints of Cold Purple #9A8DAE
RGB
CMYK
RGB Variations
Color information
#9A8DAE (or 0x9A8DAE) is known color: Cold Purple. HEX triplet: 9A, 8D and AE. RGB value is (154,141,174). Sum of RGB (Red+Green+Blue) = 154+141+174=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8DAE is #657251. Grayscale: #949494. Windows color (decimal): -6648402 or 11439514. OLE color: 11439514.
HSL color Cylindrical-coordinate representation of color #9A8DAE: hue angle of 263.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A8DAE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 141 | 174 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.32 |
| HSL | 263.64º | 0.17% | 0.62% | - |
| HSV(B) | 263.64º | 0.19% | 0.68% | - |
| XYZ | 30.49 | 28.98 | 44.03 | - |
| YUV | 148.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 174 | 0.11 | 0.19 | 0 | 0.32 | 263.64 | 0.17 | 0.62 |
| Hex | 9A | 8D | AE | B | 13 | 0 | 20 | 108 | 11 | 3E |
| Octal | 232 | 215 | 256 | 13 | 23 | 0 | 40 | 410 | 21 | 76 |
| Binary | 10011010 | 10001101 | 10101110 | 1011 | 10011 | 0 | 100000 | 100001000 | 10001 | 111110 |
Color Harmonies of #9A8DAE
Complementary color
Monochromatic Colors of #9A8DAE
Black with #9A8DAE
Text Example
Text Example
White with #9A8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DAE; }
p { color: rgb(154,141,174); }
H1.HeaderClassName
{
color: #9A8DAE;
}
.AnyTagClassName
{
color: #9A8DAE;
}
</style>
background-color css
<style>
a { background-color: #9A8DAE; }
a { background-color: rgb(154,141,174); }
div.DivClassName
{
background-color: #9A8DAE;
}
.BgClassName
{
background-color: #9A8DAE;
}
</style>
border-color css
<style>
span { border-color: #9A8DAE; }
span { border-color: rgb(154,141,174); }
td.TdClassName
{
border-color: #9A8DAE;
}
.TagClassName
{
border-color: #9A8DAE;
}
</style>