Shades of Cold Purple #9D95B7
Tints of Cold Purple #9D95B7
RGB
CMYK
RGB Variations
Color information
#9D95B7 (or 0x9D95B7) is known color: Cold Purple. HEX triplet: 9D, 95 and B7. RGB value is (157,149,183). Sum of RGB (Red+Green+Blue) = 157+149+183=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #9D95B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95B7 is #626A48. Grayscale: #9B9B9B. Windows color (decimal): -6449737 or 12031389. OLE color: 12031389.
HSL color Cylindrical-coordinate representation of color #9D95B7: hue angle of 254.12º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D95B7 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 149 | 183 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.28 |
| HSL | 254.12º | 0.19% | 0.65% | - |
| HSV(B) | 254.12º | 0.19% | 0.72% | - |
| XYZ | 33.2 | 32.08 | 49.24 | - |
| YUV | 155.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 183 | 0.14 | 0.19 | 0 | 0.28 | 254.12 | 0.19 | 0.65 |
| Hex | 9D | 95 | B7 | E | 13 | 0 | 1C | FE | 13 | 41 |
| Octal | 235 | 225 | 267 | 16 | 23 | 0 | 34 | 376 | 23 | 101 |
| Binary | 10011101 | 10010101 | 10110111 | 1110 | 10011 | 0 | 11100 | 11111110 | 10011 | 1000001 |
Color Harmonies of #9D95B7
Complementary color
Monochromatic Colors of #9D95B7
Black with #9D95B7
Text Example
Text Example
White with #9D95B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95B7; }
p { color: rgb(157,149,183); }
H1.HeaderClassName
{
color: #9D95B7;
}
.AnyTagClassName
{
color: #9D95B7;
}
</style>
background-color css
<style>
a { background-color: #9D95B7; }
a { background-color: rgb(157,149,183); }
div.DivClassName
{
background-color: #9D95B7;
}
.BgClassName
{
background-color: #9D95B7;
}
</style>
border-color css
<style>
span { border-color: #9D95B7; }
span { border-color: rgb(157,149,183); }
td.TdClassName
{
border-color: #9D95B7;
}
.TagClassName
{
border-color: #9D95B7;
}
</style>