Shades of Cold Purple #9A8DCB
Tints of Cold Purple #9A8DCB
RGB
CMYK
RGB Variations
Color information
#9A8DCB (or 0x9A8DCB) is known color: Cold Purple. HEX triplet: 9A, 8D and CB. RGB value is (154,141,203). Sum of RGB (Red+Green+Blue) = 154+141+203=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCB is #657234. Grayscale: #979797. Windows color (decimal): -6648373 or 13340058. OLE color: 13340058.
HSL color Cylindrical-coordinate representation of color #9A8DCB: hue angle of 252.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8DCB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 141 | 203 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.20 |
| HSL | 252.58º | 0.37% | 0.67% | - |
| HSV(B) | 252.58º | 0.31% | 0.8% | - |
| XYZ | 33.63 | 30.23 | 60.56 | - |
| YUV | 151.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 203 | 0.24 | 0.31 | 0 | 0.20 | 252.58 | 0.37 | 0.67 |
| Hex | 9A | 8D | CB | 18 | 1F | 0 | 14 | FD | 25 | 43 |
| Octal | 232 | 215 | 313 | 30 | 37 | 0 | 24 | 375 | 45 | 103 |
| Binary | 10011010 | 10001101 | 11001011 | 11000 | 11111 | 0 | 10100 | 11111101 | 100101 | 1000011 |
Color Harmonies of #9A8DCB
Complementary color
Monochromatic Colors of #9A8DCB
Black with #9A8DCB
Text Example
Text Example
White with #9A8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DCB; }
p { color: rgb(154,141,203); }
H1.HeaderClassName
{
color: #9A8DCB;
}
.AnyTagClassName
{
color: #9A8DCB;
}
</style>
background-color css
<style>
a { background-color: #9A8DCB; }
a { background-color: rgb(154,141,203); }
div.DivClassName
{
background-color: #9A8DCB;
}
.BgClassName
{
background-color: #9A8DCB;
}
</style>
border-color css
<style>
span { border-color: #9A8DCB; }
span { border-color: rgb(154,141,203); }
td.TdClassName
{
border-color: #9A8DCB;
}
.TagClassName
{
border-color: #9A8DCB;
}
</style>