Shades of Cold Purple #9A8FAE
Tints of Cold Purple #9A8FAE
RGB
CMYK
RGB Variations
Color information
#9A8FAE (or 0x9A8FAE) is known color: Cold Purple. HEX triplet: 9A, 8F and AE. RGB value is (154,143,174). Sum of RGB (Red+Green+Blue) = 154+143+174=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAE is #657051. Grayscale: #959595. Windows color (decimal): -6647890 or 11440026. OLE color: 11440026.
HSL color Cylindrical-coordinate representation of color #9A8FAE: hue angle of 261.29º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8FAE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 143 | 174 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.32 |
| HSL | 261.29º | 0.16% | 0.62% | - |
| HSV(B) | 261.29º | 0.18% | 0.68% | - |
| XYZ | 30.79 | 29.57 | 44.13 | - |
| YUV | 149.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 174 | 0.11 | 0.18 | 0 | 0.32 | 261.29 | 0.16 | 0.62 |
| Hex | 9A | 8F | AE | B | 12 | 0 | 20 | 105 | 10 | 3E |
| Octal | 232 | 217 | 256 | 13 | 22 | 0 | 40 | 405 | 20 | 76 |
| Binary | 10011010 | 10001111 | 10101110 | 1011 | 10010 | 0 | 100000 | 100000101 | 10000 | 111110 |
Color Harmonies of #9A8FAE
Complementary color
Monochromatic Colors of #9A8FAE
Black with #9A8FAE
Text Example
Text Example
White with #9A8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FAE; }
p { color: rgb(154,143,174); }
H1.HeaderClassName
{
color: #9A8FAE;
}
.AnyTagClassName
{
color: #9A8FAE;
}
</style>
background-color css
<style>
a { background-color: #9A8FAE; }
a { background-color: rgb(154,143,174); }
div.DivClassName
{
background-color: #9A8FAE;
}
.BgClassName
{
background-color: #9A8FAE;
}
</style>
border-color css
<style>
span { border-color: #9A8FAE; }
span { border-color: rgb(154,143,174); }
td.TdClassName
{
border-color: #9A8FAE;
}
.TagClassName
{
border-color: #9A8FAE;
}
</style>