Shades of Cold Purple #9D92B4
Tints of Cold Purple #9D92B4
RGB
CMYK
RGB Variations
Color information
#9D92B4 (or 0x9D92B4) is known color: Cold Purple. HEX triplet: 9D, 92 and B4. RGB value is (157,146,180). Sum of RGB (Red+Green+Blue) = 157+146+180=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D92B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92B4 is #626D4B. Grayscale: #999999. Windows color (decimal): -6450508 or 11834013. OLE color: 11834013.
HSL color Cylindrical-coordinate representation of color #9D92B4: hue angle of 259.41º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D92B4 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 146 | 180 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.29 |
| HSL | 259.41º | 0.18% | 0.64% | - |
| HSV(B) | 259.41º | 0.19% | 0.71% | - |
| XYZ | 32.42 | 31.02 | 47.46 | - |
| YUV | 153.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 180 | 0.13 | 0.19 | 0 | 0.29 | 259.41 | 0.18 | 0.64 |
| Hex | 9D | 92 | B4 | D | 13 | 0 | 1D | 103 | 12 | 40 |
| Octal | 235 | 222 | 264 | 15 | 23 | 0 | 35 | 403 | 22 | 100 |
| Binary | 10011101 | 10010010 | 10110100 | 1101 | 10011 | 0 | 11101 | 100000011 | 10010 | 1000000 |
Color Harmonies of #9D92B4
Complementary color
Monochromatic Colors of #9D92B4
Black with #9D92B4
Text Example
Text Example
White with #9D92B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92B4; }
p { color: rgb(157,146,180); }
H1.HeaderClassName
{
color: #9D92B4;
}
.AnyTagClassName
{
color: #9D92B4;
}
</style>
background-color css
<style>
a { background-color: #9D92B4; }
a { background-color: rgb(157,146,180); }
div.DivClassName
{
background-color: #9D92B4;
}
.BgClassName
{
background-color: #9D92B4;
}
</style>
border-color css
<style>
span { border-color: #9D92B4; }
span { border-color: rgb(157,146,180); }
td.TdClassName
{
border-color: #9D92B4;
}
.TagClassName
{
border-color: #9D92B4;
}
</style>