Shades of Cold Purple #9A8DCA
Tints of Cold Purple #9A8DCA
RGB
CMYK
RGB Variations
Color information
#9A8DCA (or 0x9A8DCA) is known color: Cold Purple. HEX triplet: 9A, 8D and CA. RGB value is (154,141,202). Sum of RGB (Red+Green+Blue) = 154+141+202=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCA is #657235. Grayscale: #979797. Windows color (decimal): -6648374 or 13274522. OLE color: 13274522.
HSL color Cylindrical-coordinate representation of color #9A8DCA: hue angle of 252.79º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A8DCA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 141 | 202 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.21 |
| HSL | 252.79º | 0.37% | 0.67% | - |
| HSV(B) | 252.79º | 0.3% | 0.79% | - |
| XYZ | 33.51 | 30.18 | 59.94 | - |
| YUV | 151.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 202 | 0.24 | 0.30 | 0 | 0.21 | 252.79 | 0.37 | 0.67 |
| Hex | 9A | 8D | CA | 18 | 1E | 0 | 15 | FD | 25 | 43 |
| Octal | 232 | 215 | 312 | 30 | 36 | 0 | 25 | 375 | 45 | 103 |
| Binary | 10011010 | 10001101 | 11001010 | 11000 | 11110 | 0 | 10101 | 11111101 | 100101 | 1000011 |
Color Harmonies of #9A8DCA
Complementary color
Monochromatic Colors of #9A8DCA
Black with #9A8DCA
Text Example
Text Example
White with #9A8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DCA; }
p { color: rgb(154,141,202); }
H1.HeaderClassName
{
color: #9A8DCA;
}
.AnyTagClassName
{
color: #9A8DCA;
}
</style>
background-color css
<style>
a { background-color: #9A8DCA; }
a { background-color: rgb(154,141,202); }
div.DivClassName
{
background-color: #9A8DCA;
}
.BgClassName
{
background-color: #9A8DCA;
}
</style>
border-color css
<style>
span { border-color: #9A8DCA; }
span { border-color: rgb(154,141,202); }
td.TdClassName
{
border-color: #9A8DCA;
}
.TagClassName
{
border-color: #9A8DCA;
}
</style>