Shades of Cold Purple #9A8DBD
Tints of Cold Purple #9A8DBD
RGB
CMYK
RGB Variations
Color information
#9A8DBD (or 0x9A8DBD) is known color: Cold Purple. HEX triplet: 9A, 8D and BD. RGB value is (154,141,189). Sum of RGB (Red+Green+Blue) = 154+141+189=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DBD is #657242. Grayscale: #969696. Windows color (decimal): -6648387 or 12422554. OLE color: 12422554.
HSL color Cylindrical-coordinate representation of color #9A8DBD: hue angle of 256.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8DBD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 141 | 189 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.26 |
| HSL | 256.25º | 0.27% | 0.65% | - |
| HSV(B) | 256.25º | 0.25% | 0.74% | - |
| XYZ | 32.04 | 29.59 | 52.17 | - |
| YUV | 150.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 189 | 0.19 | 0.25 | 0 | 0.26 | 256.25 | 0.27 | 0.65 |
| Hex | 9A | 8D | BD | 13 | 19 | 0 | 1A | 100 | 1B | 41 |
| Octal | 232 | 215 | 275 | 23 | 31 | 0 | 32 | 400 | 33 | 101 |
| Binary | 10011010 | 10001101 | 10111101 | 10011 | 11001 | 0 | 11010 | 100000000 | 11011 | 1000001 |
Color Harmonies of #9A8DBD
Complementary color
Monochromatic Colors of #9A8DBD
Black with #9A8DBD
Text Example
Text Example
White with #9A8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DBD; }
p { color: rgb(154,141,189); }
H1.HeaderClassName
{
color: #9A8DBD;
}
.AnyTagClassName
{
color: #9A8DBD;
}
</style>
background-color css
<style>
a { background-color: #9A8DBD; }
a { background-color: rgb(154,141,189); }
div.DivClassName
{
background-color: #9A8DBD;
}
.BgClassName
{
background-color: #9A8DBD;
}
</style>
border-color css
<style>
span { border-color: #9A8DBD; }
span { border-color: rgb(154,141,189); }
td.TdClassName
{
border-color: #9A8DBD;
}
.TagClassName
{
border-color: #9A8DBD;
}
</style>