Shades of Cold Purple #9A8BAC
Tints of Cold Purple #9A8BAC
RGB
CMYK
RGB Variations
Color information
#9A8BAC (or 0x9A8BAC) is known color: Cold Purple. HEX triplet: 9A, 8B and AC. RGB value is (154,139,172). Sum of RGB (Red+Green+Blue) = 154+139+172=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A8BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8BAC is #657453. Grayscale: #939393. Windows color (decimal): -6648916 or 11307930. OLE color: 11307930.
HSL color Cylindrical-coordinate representation of color #9A8BAC: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A8BAC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 139 | 172 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.33 |
| HSL | 267.27º | 0.17% | 0.61% | - |
| HSV(B) | 267.27º | 0.19% | 0.67% | - |
| XYZ | 30.01 | 28.31 | 42.91 | - |
| YUV | 147.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 172 | 0.10 | 0.19 | 0 | 0.33 | 267.27 | 0.17 | 0.61 |
| Hex | 9A | 8B | AC | A | 13 | 0 | 21 | 10B | 11 | 3D |
| Octal | 232 | 213 | 254 | 12 | 23 | 0 | 41 | 413 | 21 | 75 |
| Binary | 10011010 | 10001011 | 10101100 | 1010 | 10011 | 0 | 100001 | 100001011 | 10001 | 111101 |
Color Harmonies of #9A8BAC
Complementary color
Monochromatic Colors of #9A8BAC
Black with #9A8BAC
Text Example
Text Example
White with #9A8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BAC; }
p { color: rgb(154,139,172); }
H1.HeaderClassName
{
color: #9A8BAC;
}
.AnyTagClassName
{
color: #9A8BAC;
}
</style>
background-color css
<style>
a { background-color: #9A8BAC; }
a { background-color: rgb(154,139,172); }
div.DivClassName
{
background-color: #9A8BAC;
}
.BgClassName
{
background-color: #9A8BAC;
}
</style>
border-color css
<style>
span { border-color: #9A8BAC; }
span { border-color: rgb(154,139,172); }
td.TdClassName
{
border-color: #9A8BAC;
}
.TagClassName
{
border-color: #9A8BAC;
}
</style>