Shades of Cold Purple #9D8BCC
Tints of Cold Purple #9D8BCC
RGB
CMYK
RGB Variations
Color information
#9D8BCC (or 0x9D8BCC) is known color: Cold Purple. HEX triplet: 9D, 8B and CC. RGB value is (157,139,204). Sum of RGB (Red+Green+Blue) = 157+139+204=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BCC is #627433. Grayscale: #979797. Windows color (decimal): -6452276 or 13405085. OLE color: 13405085.
HSL color Cylindrical-coordinate representation of color #9D8BCC: hue angle of 256.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D8BCC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 139 | 204 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.2 |
| HSL | 256.62º | 0.39% | 0.67% | - |
| HSV(B) | 256.62º | 0.32% | 0.8% | - |
| XYZ | 34.04 | 29.99 | 61.12 | - |
| YUV | 151.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 204 | 0.23 | 0.32 | 0 | 0.2 | 256.62 | 0.39 | 0.67 |
| Hex | 9D | 8B | CC | 17 | 20 | 0 | 14 | 101 | 27 | 43 |
| Octal | 235 | 213 | 314 | 27 | 40 | 0 | 24 | 401 | 47 | 103 |
| Binary | 10011101 | 10001011 | 11001100 | 10111 | 100000 | 0 | 10100 | 100000001 | 100111 | 1000011 |
Color Harmonies of #9D8BCC
Complementary color
Monochromatic Colors of #9D8BCC
Black with #9D8BCC
Text Example
Text Example
White with #9D8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BCC; }
p { color: rgb(157,139,204); }
H1.HeaderClassName
{
color: #9D8BCC;
}
.AnyTagClassName
{
color: #9D8BCC;
}
</style>
background-color css
<style>
a { background-color: #9D8BCC; }
a { background-color: rgb(157,139,204); }
div.DivClassName
{
background-color: #9D8BCC;
}
.BgClassName
{
background-color: #9D8BCC;
}
</style>
border-color css
<style>
span { border-color: #9D8BCC; }
span { border-color: rgb(157,139,204); }
td.TdClassName
{
border-color: #9D8BCC;
}
.TagClassName
{
border-color: #9D8BCC;
}
</style>