Shades of Cold Purple #9D8BCB
Tints of Cold Purple #9D8BCB
RGB
CMYK
RGB Variations
Color information
#9D8BCB (or 0x9D8BCB) is known color: Cold Purple. HEX triplet: 9D, 8B and CB. RGB value is (157,139,203). Sum of RGB (Red+Green+Blue) = 157+139+203=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BCB is #627434. Grayscale: #979797. Windows color (decimal): -6452277 or 13339549. OLE color: 13339549.
HSL color Cylindrical-coordinate representation of color #9D8BCB: hue angle of 256.88º degrees, saturation: 0.38, 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 #9D8BCB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 139 | 203 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.20 |
| HSL | 256.88º | 0.38% | 0.67% | - |
| HSV(B) | 256.88º | 0.32% | 0.8% | - |
| XYZ | 33.92 | 29.95 | 60.49 | - |
| YUV | 151.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 203 | 0.23 | 0.32 | 0 | 0.20 | 256.88 | 0.38 | 0.67 |
| Hex | 9D | 8B | CB | 17 | 20 | 0 | 14 | 101 | 26 | 43 |
| Octal | 235 | 213 | 313 | 27 | 40 | 0 | 24 | 401 | 46 | 103 |
| Binary | 10011101 | 10001011 | 11001011 | 10111 | 100000 | 0 | 10100 | 100000001 | 100110 | 1000011 |
Color Harmonies of #9D8BCB
Complementary color
Monochromatic Colors of #9D8BCB
Black with #9D8BCB
Text Example
Text Example
White with #9D8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BCB; }
p { color: rgb(157,139,203); }
H1.HeaderClassName
{
color: #9D8BCB;
}
.AnyTagClassName
{
color: #9D8BCB;
}
</style>
background-color css
<style>
a { background-color: #9D8BCB; }
a { background-color: rgb(157,139,203); }
div.DivClassName
{
background-color: #9D8BCB;
}
.BgClassName
{
background-color: #9D8BCB;
}
</style>
border-color css
<style>
span { border-color: #9D8BCB; }
span { border-color: rgb(157,139,203); }
td.TdClassName
{
border-color: #9D8BCB;
}
.TagClassName
{
border-color: #9D8BCB;
}
</style>