Shades of Cold Purple #9D8AD6
Tints of Cold Purple #9D8AD6
RGB
CMYK
RGB Variations
Color information
#9D8AD6 (or 0x9D8AD6) is known color: Cold Purple. HEX triplet: 9D, 8A and D6. RGB value is (157,138,214). Sum of RGB (Red+Green+Blue) = 157+138+214=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D8AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8AD6 is #627529. Grayscale: #989898. Windows color (decimal): -6452522 or 14060189. OLE color: 14060189.
HSL color Cylindrical-coordinate representation of color #9D8AD6: hue angle of 255º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8AD6 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 138 | 214 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.16 |
| HSL | 255º | 0.48% | 0.69% | - |
| HSV(B) | 255º | 0.36% | 0.84% | - |
| XYZ | 35.13 | 30.2 | 67.6 | - |
| YUV | 152.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 214 | 0.27 | 0.36 | 0 | 0.16 | 255 | 0.48 | 0.69 |
| Hex | 9D | 8A | D6 | 1B | 24 | 0 | 10 | FF | 30 | 45 |
| Octal | 235 | 212 | 326 | 33 | 44 | 0 | 20 | 377 | 60 | 105 |
| Binary | 10011101 | 10001010 | 11010110 | 11011 | 100100 | 0 | 10000 | 11111111 | 110000 | 1000101 |
Color Harmonies of #9D8AD6
Complementary color
Monochromatic Colors of #9D8AD6
Black with #9D8AD6
Text Example
Text Example
White with #9D8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8AD6; }
p { color: rgb(157,138,214); }
H1.HeaderClassName
{
color: #9D8AD6;
}
.AnyTagClassName
{
color: #9D8AD6;
}
</style>
background-color css
<style>
a { background-color: #9D8AD6; }
a { background-color: rgb(157,138,214); }
div.DivClassName
{
background-color: #9D8AD6;
}
.BgClassName
{
background-color: #9D8AD6;
}
</style>
border-color css
<style>
span { border-color: #9D8AD6; }
span { border-color: rgb(157,138,214); }
td.TdClassName
{
border-color: #9D8AD6;
}
.TagClassName
{
border-color: #9D8AD6;
}
</style>