Shades of Cold Purple #9A8DCC
Tints of Cold Purple #9A8DCC
RGB
CMYK
RGB Variations
Color information
#9A8DCC (or 0x9A8DCC) is known color: Cold Purple. HEX triplet: 9A, 8D and CC. RGB value is (154,141,204). Sum of RGB (Red+Green+Blue) = 154+141+204=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCC is #657233. Grayscale: #979797. Windows color (decimal): -6648372 or 13405594. OLE color: 13405594.
HSL color Cylindrical-coordinate representation of color #9A8DCC: hue angle of 252.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8DCC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 141 | 204 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.2 |
| HSL | 252.38º | 0.38% | 0.68% | - |
| HSV(B) | 252.38º | 0.31% | 0.8% | - |
| XYZ | 33.75 | 30.28 | 61.19 | - |
| YUV | 152.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 204 | 0.25 | 0.31 | 0 | 0.2 | 252.38 | 0.38 | 0.68 |
| Hex | 9A | 8D | CC | 19 | 1F | 0 | 14 | FC | 26 | 44 |
| Octal | 232 | 215 | 314 | 31 | 37 | 0 | 24 | 374 | 46 | 104 |
| Binary | 10011010 | 10001101 | 11001100 | 11001 | 11111 | 0 | 10100 | 11111100 | 100110 | 1000100 |
Color Harmonies of #9A8DCC
Complementary color
Monochromatic Colors of #9A8DCC
Black with #9A8DCC
Text Example
Text Example
White with #9A8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DCC; }
p { color: rgb(154,141,204); }
H1.HeaderClassName
{
color: #9A8DCC;
}
.AnyTagClassName
{
color: #9A8DCC;
}
</style>
background-color css
<style>
a { background-color: #9A8DCC; }
a { background-color: rgb(154,141,204); }
div.DivClassName
{
background-color: #9A8DCC;
}
.BgClassName
{
background-color: #9A8DCC;
}
</style>
border-color css
<style>
span { border-color: #9A8DCC; }
span { border-color: rgb(154,141,204); }
td.TdClassName
{
border-color: #9A8DCC;
}
.TagClassName
{
border-color: #9A8DCC;
}
</style>