Shades of Cold Purple #9D92AB
Tints of Cold Purple #9D92AB
RGB
CMYK
RGB Variations
Color information
#9D92AB (or 0x9D92AB) is known color: Cold Purple. HEX triplet: 9D, 92 and AB. RGB value is (157,146,171). Sum of RGB (Red+Green+Blue) = 157+146+171=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D92AB is #626D54. Grayscale: #989898. Windows color (decimal): -6450517 or 11244189. OLE color: 11244189.
HSL color Cylindrical-coordinate representation of color #9D92AB: hue angle of 266.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D92AB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 146 | 171 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.33 |
| HSL | 266.4º | 0.13% | 0.62% | - |
| HSV(B) | 266.4º | 0.15% | 0.67% | - |
| XYZ | 31.53 | 30.67 | 42.79 | - |
| YUV | 152.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 171 | 0.08 | 0.15 | 0 | 0.33 | 266.4 | 0.13 | 0.62 |
| Hex | 9D | 92 | AB | 8 | F | 0 | 21 | 10A | D | 3E |
| Octal | 235 | 222 | 253 | 10 | 17 | 0 | 41 | 412 | 15 | 76 |
| Binary | 10011101 | 10010010 | 10101011 | 1000 | 1111 | 0 | 100001 | 100001010 | 1101 | 111110 |
Color Harmonies of #9D92AB
Complementary color
Monochromatic Colors of #9D92AB
Black with #9D92AB
Text Example
Text Example
White with #9D92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92AB; }
p { color: rgb(157,146,171); }
H1.HeaderClassName
{
color: #9D92AB;
}
.AnyTagClassName
{
color: #9D92AB;
}
</style>
background-color css
<style>
a { background-color: #9D92AB; }
a { background-color: rgb(157,146,171); }
div.DivClassName
{
background-color: #9D92AB;
}
.BgClassName
{
background-color: #9D92AB;
}
</style>
border-color css
<style>
span { border-color: #9D92AB; }
span { border-color: rgb(157,146,171); }
td.TdClassName
{
border-color: #9D92AB;
}
.TagClassName
{
border-color: #9D92AB;
}
</style>