Shades of Cold Purple #9D8AB3
Tints of Cold Purple #9D8AB3
RGB
CMYK
RGB Variations
Color information
#9D8AB3 (or 0x9D8AB3) is known color: Cold Purple. HEX triplet: 9D, 8A and B3. RGB value is (157,138,179). Sum of RGB (Red+Green+Blue) = 157+138+179=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D8AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8AB3 is #62754C. Grayscale: #949494. Windows color (decimal): -6452557 or 11766429. OLE color: 11766429.
HSL color Cylindrical-coordinate representation of color #9D8AB3: hue angle of 267.8º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D8AB3 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 138 | 179 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.30 |
| HSL | 267.8º | 0.21% | 0.62% | - |
| HSV(B) | 267.8º | 0.23% | 0.7% | - |
| XYZ | 31.13 | 28.6 | 46.53 | - |
| YUV | 148.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 179 | 0.12 | 0.23 | 0 | 0.30 | 267.8 | 0.21 | 0.62 |
| Hex | 9D | 8A | B3 | C | 17 | 0 | 1E | 10C | 15 | 3E |
| Octal | 235 | 212 | 263 | 14 | 27 | 0 | 36 | 414 | 25 | 76 |
| Binary | 10011101 | 10001010 | 10110011 | 1100 | 10111 | 0 | 11110 | 100001100 | 10101 | 111110 |
Color Harmonies of #9D8AB3
Complementary color
Monochromatic Colors of #9D8AB3
Black with #9D8AB3
Text Example
Text Example
White with #9D8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AB3; }
p { color: rgb(157,138,179); }
H1.HeaderClassName
{
color: #9D8AB3;
}
.AnyTagClassName
{
color: #9D8AB3;
}
</style>
background-color css
<style>
a { background-color: #9D8AB3; }
a { background-color: rgb(157,138,179); }
div.DivClassName
{
background-color: #9D8AB3;
}
.BgClassName
{
background-color: #9D8AB3;
}
</style>
border-color css
<style>
span { border-color: #9D8AB3; }
span { border-color: rgb(157,138,179); }
td.TdClassName
{
border-color: #9D8AB3;
}
.TagClassName
{
border-color: #9D8AB3;
}
</style>