Shades of Cold Purple #9D8EAF
Tints of Cold Purple #9D8EAF
RGB
CMYK
RGB Variations
Color information
#9D8EAF (or 0x9D8EAF) is known color: Cold Purple. HEX triplet: 9D, 8E and AF. RGB value is (157,142,175). Sum of RGB (Red+Green+Blue) = 157+142+175=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8EAF is #627150. Grayscale: #969696. Windows color (decimal): -6451537 or 11505309. OLE color: 11505309.
HSL color Cylindrical-coordinate representation of color #9D8EAF: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D8EAF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 142 | 175 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.31 |
| HSL | 267.27º | 0.17% | 0.62% | - |
| HSV(B) | 267.27º | 0.19% | 0.69% | - |
| XYZ | 31.32 | 29.61 | 44.62 | - |
| YUV | 150.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 175 | 0.10 | 0.19 | 0 | 0.31 | 267.27 | 0.17 | 0.62 |
| Hex | 9D | 8E | AF | A | 13 | 0 | 1F | 10B | 11 | 3E |
| Octal | 235 | 216 | 257 | 12 | 23 | 0 | 37 | 413 | 21 | 76 |
| Binary | 10011101 | 10001110 | 10101111 | 1010 | 10011 | 0 | 11111 | 100001011 | 10001 | 111110 |
Color Harmonies of #9D8EAF
Complementary color
Monochromatic Colors of #9D8EAF
Black with #9D8EAF
Text Example
Text Example
White with #9D8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8EAF; }
p { color: rgb(157,142,175); }
H1.HeaderClassName
{
color: #9D8EAF;
}
.AnyTagClassName
{
color: #9D8EAF;
}
</style>
background-color css
<style>
a { background-color: #9D8EAF; }
a { background-color: rgb(157,142,175); }
div.DivClassName
{
background-color: #9D8EAF;
}
.BgClassName
{
background-color: #9D8EAF;
}
</style>
border-color css
<style>
span { border-color: #9D8EAF; }
span { border-color: rgb(157,142,175); }
td.TdClassName
{
border-color: #9D8EAF;
}
.TagClassName
{
border-color: #9D8EAF;
}
</style>