Shades of Cold Purple #9D95AC
Tints of Cold Purple #9D95AC
RGB
CMYK
RGB Variations
Color information
#9D95AC (or 0x9D95AC) is known color: Cold Purple. HEX triplet: 9D, 95 and AC. RGB value is (157,149,172). Sum of RGB (Red+Green+Blue) = 157+149+172=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D95AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D95AC is #626A53. Grayscale: #999999. Windows color (decimal): -6449748 or 11310493. OLE color: 11310493.
HSL color Cylindrical-coordinate representation of color #9D95AC: hue angle of 260.87º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D95AC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 149 | 172 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.33 |
| HSL | 260.87º | 0.12% | 0.63% | - |
| HSV(B) | 260.87º | 0.13% | 0.67% | - |
| XYZ | 32.1 | 31.64 | 43.45 | - |
| YUV | 154.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 172 | 0.09 | 0.13 | 0 | 0.33 | 260.87 | 0.12 | 0.63 |
| Hex | 9D | 95 | AC | 9 | D | 0 | 21 | 105 | C | 3F |
| Octal | 235 | 225 | 254 | 11 | 15 | 0 | 41 | 405 | 14 | 77 |
| Binary | 10011101 | 10010101 | 10101100 | 1001 | 1101 | 0 | 100001 | 100000101 | 1100 | 111111 |
Color Harmonies of #9D95AC
Complementary color
Monochromatic Colors of #9D95AC
Black with #9D95AC
Text Example
Text Example
White with #9D95AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95AC; }
p { color: rgb(157,149,172); }
H1.HeaderClassName
{
color: #9D95AC;
}
.AnyTagClassName
{
color: #9D95AC;
}
</style>
background-color css
<style>
a { background-color: #9D95AC; }
a { background-color: rgb(157,149,172); }
div.DivClassName
{
background-color: #9D95AC;
}
.BgClassName
{
background-color: #9D95AC;
}
</style>
border-color css
<style>
span { border-color: #9D95AC; }
span { border-color: rgb(157,149,172); }
td.TdClassName
{
border-color: #9D95AC;
}
.TagClassName
{
border-color: #9D95AC;
}
</style>