Shades of Cold Purple #9A8BB5
Tints of Cold Purple #9A8BB5
RGB
CMYK
RGB Variations
Color information
#9A8BB5 (or 0x9A8BB5) is known color: Cold Purple. HEX triplet: 9A, 8B and B5. RGB value is (154,139,181). Sum of RGB (Red+Green+Blue) = 154+139+181=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A8BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BB5 is #65744A. Grayscale: #949494. Windows color (decimal): -6648907 or 11897754. OLE color: 11897754.
HSL color Cylindrical-coordinate representation of color #9A8BB5: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A8BB5 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 139 | 181 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.29 |
| HSL | 261.43º | 0.22% | 0.63% | - |
| HSV(B) | 261.43º | 0.23% | 0.71% | - |
| XYZ | 30.9 | 28.67 | 47.62 | - |
| YUV | 148.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 181 | 0.15 | 0.23 | 0 | 0.29 | 261.43 | 0.22 | 0.63 |
| Hex | 9A | 8B | B5 | F | 17 | 0 | 1D | 105 | 16 | 3F |
| Octal | 232 | 213 | 265 | 17 | 27 | 0 | 35 | 405 | 26 | 77 |
| Binary | 10011010 | 10001011 | 10110101 | 1111 | 10111 | 0 | 11101 | 100000101 | 10110 | 111111 |
Color Harmonies of #9A8BB5
Complementary color
Monochromatic Colors of #9A8BB5
Black with #9A8BB5
Text Example
Text Example
White with #9A8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BB5; }
p { color: rgb(154,139,181); }
H1.HeaderClassName
{
color: #9A8BB5;
}
.AnyTagClassName
{
color: #9A8BB5;
}
</style>
background-color css
<style>
a { background-color: #9A8BB5; }
a { background-color: rgb(154,139,181); }
div.DivClassName
{
background-color: #9A8BB5;
}
.BgClassName
{
background-color: #9A8BB5;
}
</style>
border-color css
<style>
span { border-color: #9A8BB5; }
span { border-color: rgb(154,139,181); }
td.TdClassName
{
border-color: #9A8BB5;
}
.TagClassName
{
border-color: #9A8BB5;
}
</style>