Shades of Cold Purple #9D92BE
Tints of Cold Purple #9D92BE
RGB
CMYK
RGB Variations
Color information
#9D92BE (or 0x9D92BE) is known color: Cold Purple. HEX triplet: 9D, 92 and BE. RGB value is (157,146,190). Sum of RGB (Red+Green+Blue) = 157+146+190=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92BE is #626D41. Grayscale: #9A9A9A. Windows color (decimal): -6450498 or 12489373. OLE color: 12489373.
HSL color Cylindrical-coordinate representation of color #9D92BE: hue angle of 255º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D92BE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 146 | 190 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.25 |
| HSL | 255º | 0.25% | 0.66% | - |
| HSV(B) | 255º | 0.23% | 0.75% | - |
| XYZ | 33.48 | 31.44 | 53.02 | - |
| YUV | 154.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 190 | 0.17 | 0.23 | 0 | 0.25 | 255 | 0.25 | 0.66 |
| Hex | 9D | 92 | BE | 11 | 17 | 0 | 19 | FF | 19 | 42 |
| Octal | 235 | 222 | 276 | 21 | 27 | 0 | 31 | 377 | 31 | 102 |
| Binary | 10011101 | 10010010 | 10111110 | 10001 | 10111 | 0 | 11001 | 11111111 | 11001 | 1000010 |
Color Harmonies of #9D92BE
Complementary color
Monochromatic Colors of #9D92BE
Black with #9D92BE
Text Example
Text Example
White with #9D92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92BE; }
p { color: rgb(157,146,190); }
H1.HeaderClassName
{
color: #9D92BE;
}
.AnyTagClassName
{
color: #9D92BE;
}
</style>
background-color css
<style>
a { background-color: #9D92BE; }
a { background-color: rgb(157,146,190); }
div.DivClassName
{
background-color: #9D92BE;
}
.BgClassName
{
background-color: #9D92BE;
}
</style>
border-color css
<style>
span { border-color: #9D92BE; }
span { border-color: rgb(157,146,190); }
td.TdClassName
{
border-color: #9D92BE;
}
.TagClassName
{
border-color: #9D92BE;
}
</style>