Shades of Cold Purple #9D92BC
Tints of Cold Purple #9D92BC
RGB
CMYK
RGB Variations
Color information
#9D92BC (or 0x9D92BC) is known color: Cold Purple. HEX triplet: 9D, 92 and BC. RGB value is (157,146,188). Sum of RGB (Red+Green+Blue) = 157+146+188=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92BC is #626D43. Grayscale: #999999. Windows color (decimal): -6450500 or 12358301. OLE color: 12358301.
HSL color Cylindrical-coordinate representation of color #9D92BC: hue angle of 255.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D92BC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 146 | 188 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.26 |
| HSL | 255.71º | 0.24% | 0.65% | - |
| HSV(B) | 255.71º | 0.22% | 0.74% | - |
| XYZ | 33.26 | 31.36 | 51.88 | - |
| YUV | 154.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 188 | 0.16 | 0.22 | 0 | 0.26 | 255.71 | 0.24 | 0.65 |
| Hex | 9D | 92 | BC | 10 | 16 | 0 | 1A | 100 | 18 | 41 |
| Octal | 235 | 222 | 274 | 20 | 26 | 0 | 32 | 400 | 30 | 101 |
| Binary | 10011101 | 10010010 | 10111100 | 10000 | 10110 | 0 | 11010 | 100000000 | 11000 | 1000001 |
Color Harmonies of #9D92BC
Complementary color
Monochromatic Colors of #9D92BC
Black with #9D92BC
Text Example
Text Example
White with #9D92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92BC; }
p { color: rgb(157,146,188); }
H1.HeaderClassName
{
color: #9D92BC;
}
.AnyTagClassName
{
color: #9D92BC;
}
</style>
background-color css
<style>
a { background-color: #9D92BC; }
a { background-color: rgb(157,146,188); }
div.DivClassName
{
background-color: #9D92BC;
}
.BgClassName
{
background-color: #9D92BC;
}
</style>
border-color css
<style>
span { border-color: #9D92BC; }
span { border-color: rgb(157,146,188); }
td.TdClassName
{
border-color: #9D92BC;
}
.TagClassName
{
border-color: #9D92BC;
}
</style>