Shades of Cold Purple #9A88BA
Tints of Cold Purple #9A88BA
RGB
CMYK
RGB Variations
Color information
#9A88BA (or 0x9A88BA) is known color: Cold Purple. HEX triplet: 9A, 88 and BA. RGB value is (154,136,186). Sum of RGB (Red+Green+Blue) = 154+136+186=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88BA is #657745. Grayscale: #929292. Windows color (decimal): -6649670 or 12224666. OLE color: 12224666.
HSL color Cylindrical-coordinate representation of color #9A88BA: hue angle of 261.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A88BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 136 | 186 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.27 |
| HSL | 261.6º | 0.27% | 0.63% | - |
| HSV(B) | 261.6º | 0.27% | 0.73% | - |
| XYZ | 30.99 | 28.02 | 50.23 | - |
| YUV | 147.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 186 | 0.17 | 0.27 | 0 | 0.27 | 261.6 | 0.27 | 0.63 |
| Hex | 9A | 88 | BA | 11 | 1B | 0 | 1B | 106 | 1B | 3F |
| Octal | 232 | 210 | 272 | 21 | 33 | 0 | 33 | 406 | 33 | 77 |
| Binary | 10011010 | 10001000 | 10111010 | 10001 | 11011 | 0 | 11011 | 100000110 | 11011 | 111111 |
Color Harmonies of #9A88BA
Complementary color
Monochromatic Colors of #9A88BA
Black with #9A88BA
Text Example
Text Example
White with #9A88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A88BA; }
p { color: rgb(154,136,186); }
H1.HeaderClassName
{
color: #9A88BA;
}
.AnyTagClassName
{
color: #9A88BA;
}
</style>
background-color css
<style>
a { background-color: #9A88BA; }
a { background-color: rgb(154,136,186); }
div.DivClassName
{
background-color: #9A88BA;
}
.BgClassName
{
background-color: #9A88BA;
}
</style>
border-color css
<style>
span { border-color: #9A88BA; }
span { border-color: rgb(154,136,186); }
td.TdClassName
{
border-color: #9A88BA;
}
.TagClassName
{
border-color: #9A88BA;
}
</style>