Shades of Cold Purple #9A89AF
Tints of Cold Purple #9A89AF
RGB
CMYK
RGB Variations
Color information
#9A89AF (or 0x9A89AF) is known color: Cold Purple. HEX triplet: 9A, 89 and AF. RGB value is (154,137,175). Sum of RGB (Red+Green+Blue) = 154+137+175=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A89AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A89AF is #657650. Grayscale: #929292. Windows color (decimal): -6649425 or 11504026. OLE color: 11504026.
HSL color Cylindrical-coordinate representation of color #9A89AF: hue angle of 266.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A89AF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 137 | 175 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.31 |
| HSL | 266.84º | 0.19% | 0.61% | - |
| HSV(B) | 266.84º | 0.22% | 0.69% | - |
| XYZ | 30.01 | 27.86 | 44.35 | - |
| YUV | 146.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 175 | 0.12 | 0.22 | 0 | 0.31 | 266.84 | 0.19 | 0.61 |
| Hex | 9A | 89 | AF | C | 16 | 0 | 1F | 10B | 13 | 3D |
| Octal | 232 | 211 | 257 | 14 | 26 | 0 | 37 | 413 | 23 | 75 |
| Binary | 10011010 | 10001001 | 10101111 | 1100 | 10110 | 0 | 11111 | 100001011 | 10011 | 111101 |
Color Harmonies of #9A89AF
Complementary color
Monochromatic Colors of #9A89AF
Black with #9A89AF
Text Example
Text Example
White with #9A89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A89AF; }
p { color: rgb(154,137,175); }
H1.HeaderClassName
{
color: #9A89AF;
}
.AnyTagClassName
{
color: #9A89AF;
}
</style>
background-color css
<style>
a { background-color: #9A89AF; }
a { background-color: rgb(154,137,175); }
div.DivClassName
{
background-color: #9A89AF;
}
.BgClassName
{
background-color: #9A89AF;
}
</style>
border-color css
<style>
span { border-color: #9A89AF; }
span { border-color: rgb(154,137,175); }
td.TdClassName
{
border-color: #9A89AF;
}
.TagClassName
{
border-color: #9A89AF;
}
</style>