Shades of Cold Purple #9D92BD
Tints of Cold Purple #9D92BD
RGB
CMYK
RGB Variations
Color information
#9D92BD (or 0x9D92BD) is known color: Cold Purple. HEX triplet: 9D, 92 and BD. RGB value is (157,146,189). Sum of RGB (Red+Green+Blue) = 157+146+189=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92BD is #626D42. Grayscale: #9A9A9A. Windows color (decimal): -6450499 or 12423837. OLE color: 12423837.
HSL color Cylindrical-coordinate representation of color #9D92BD: hue angle of 255.35º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D92BD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 146 | 189 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.26 |
| HSL | 255.35º | 0.25% | 0.66% | - |
| HSV(B) | 255.35º | 0.23% | 0.74% | - |
| XYZ | 33.37 | 31.4 | 52.45 | - |
| YUV | 154.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 189 | 0.17 | 0.23 | 0 | 0.26 | 255.35 | 0.25 | 0.66 |
| Hex | 9D | 92 | BD | 11 | 17 | 0 | 1A | FF | 19 | 42 |
| Octal | 235 | 222 | 275 | 21 | 27 | 0 | 32 | 377 | 31 | 102 |
| Binary | 10011101 | 10010010 | 10111101 | 10001 | 10111 | 0 | 11010 | 11111111 | 11001 | 1000010 |
Color Harmonies of #9D92BD
Complementary color
Monochromatic Colors of #9D92BD
Black with #9D92BD
Text Example
Text Example
White with #9D92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92BD; }
p { color: rgb(157,146,189); }
H1.HeaderClassName
{
color: #9D92BD;
}
.AnyTagClassName
{
color: #9D92BD;
}
</style>
background-color css
<style>
a { background-color: #9D92BD; }
a { background-color: rgb(157,146,189); }
div.DivClassName
{
background-color: #9D92BD;
}
.BgClassName
{
background-color: #9D92BD;
}
</style>
border-color css
<style>
span { border-color: #9D92BD; }
span { border-color: rgb(157,146,189); }
td.TdClassName
{
border-color: #9D92BD;
}
.TagClassName
{
border-color: #9D92BD;
}
</style>