Shades of Cold Purple #9A8DAF
Tints of Cold Purple #9A8DAF
RGB
CMYK
RGB Variations
Color information
#9A8DAF (or 0x9A8DAF) is known color: Cold Purple. HEX triplet: 9A, 8D and AF. RGB value is (154,141,175). Sum of RGB (Red+Green+Blue) = 154+141+175=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8DAF is #657250. Grayscale: #949494. Windows color (decimal): -6648401 or 11505050. OLE color: 11505050.
HSL color Cylindrical-coordinate representation of color #9A8DAF: hue angle of 262.94º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A8DAF is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 141 | 175 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.31 |
| HSL | 262.94º | 0.18% | 0.62% | - |
| HSV(B) | 262.94º | 0.19% | 0.69% | - |
| XYZ | 30.59 | 29.01 | 44.55 | - |
| YUV | 148.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 175 | 0.12 | 0.19 | 0 | 0.31 | 262.94 | 0.18 | 0.62 |
| Hex | 9A | 8D | AF | C | 13 | 0 | 1F | 107 | 12 | 3E |
| Octal | 232 | 215 | 257 | 14 | 23 | 0 | 37 | 407 | 22 | 76 |
| Binary | 10011010 | 10001101 | 10101111 | 1100 | 10011 | 0 | 11111 | 100000111 | 10010 | 111110 |
Color Harmonies of #9A8DAF
Complementary color
Monochromatic Colors of #9A8DAF
Black with #9A8DAF
Text Example
Text Example
White with #9A8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DAF; }
p { color: rgb(154,141,175); }
H1.HeaderClassName
{
color: #9A8DAF;
}
.AnyTagClassName
{
color: #9A8DAF;
}
</style>
background-color css
<style>
a { background-color: #9A8DAF; }
a { background-color: rgb(154,141,175); }
div.DivClassName
{
background-color: #9A8DAF;
}
.BgClassName
{
background-color: #9A8DAF;
}
</style>
border-color css
<style>
span { border-color: #9A8DAF; }
span { border-color: rgb(154,141,175); }
td.TdClassName
{
border-color: #9A8DAF;
}
.TagClassName
{
border-color: #9A8DAF;
}
</style>