Shades of Cold Purple #9A8EAA
Tints of Cold Purple #9A8EAA
RGB
CMYK
RGB Variations
Color information
#9A8EAA (or 0x9A8EAA) is known color: Cold Purple. HEX triplet: 9A, 8E and AA. RGB value is (154,142,170). Sum of RGB (Red+Green+Blue) = 154+142+170=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8EAA is #657155. Grayscale: #949494. Windows color (decimal): -6648150 or 11177626. OLE color: 11177626.
HSL color Cylindrical-coordinate representation of color #9A8EAA: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A8EAA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 142 | 170 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.33 |
| HSL | 265.71º | 0.14% | 0.61% | - |
| HSV(B) | 265.71º | 0.16% | 0.67% | - |
| XYZ | 30.26 | 29.12 | 42.06 | - |
| YUV | 148.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 170 | 0.09 | 0.16 | 0 | 0.33 | 265.71 | 0.14 | 0.61 |
| Hex | 9A | 8E | AA | 9 | 10 | 0 | 21 | 10A | E | 3D |
| Octal | 232 | 216 | 252 | 11 | 20 | 0 | 41 | 412 | 16 | 75 |
| Binary | 10011010 | 10001110 | 10101010 | 1001 | 10000 | 0 | 100001 | 100001010 | 1110 | 111101 |
Color Harmonies of #9A8EAA
Complementary color
Monochromatic Colors of #9A8EAA
Black with #9A8EAA
Text Example
Text Example
White with #9A8EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EAA; }
p { color: rgb(154,142,170); }
H1.HeaderClassName
{
color: #9A8EAA;
}
.AnyTagClassName
{
color: #9A8EAA;
}
</style>
background-color css
<style>
a { background-color: #9A8EAA; }
a { background-color: rgb(154,142,170); }
div.DivClassName
{
background-color: #9A8EAA;
}
.BgClassName
{
background-color: #9A8EAA;
}
</style>
border-color css
<style>
span { border-color: #9A8EAA; }
span { border-color: rgb(154,142,170); }
td.TdClassName
{
border-color: #9A8EAA;
}
.TagClassName
{
border-color: #9A8EAA;
}
</style>