Shades of Cold Purple #9D8BB3
Tints of Cold Purple #9D8BB3
RGB
CMYK
RGB Variations
Color information
#9D8BB3 (or 0x9D8BB3) is known color: Cold Purple. HEX triplet: 9D, 8B and B3. RGB value is (157,139,179). Sum of RGB (Red+Green+Blue) = 157+139+179=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BB3 is #62744C. Grayscale: #949494. Windows color (decimal): -6452301 or 11766685. OLE color: 11766685.
HSL color Cylindrical-coordinate representation of color #9D8BB3: hue angle of 267º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D8BB3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 139 | 179 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.30 |
| HSL | 267º | 0.21% | 0.62% | - |
| HSV(B) | 267º | 0.22% | 0.7% | - |
| XYZ | 31.27 | 28.89 | 46.58 | - |
| YUV | 148.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 179 | 0.12 | 0.22 | 0 | 0.30 | 267 | 0.21 | 0.62 |
| Hex | 9D | 8B | B3 | C | 16 | 0 | 1E | 10B | 15 | 3E |
| Octal | 235 | 213 | 263 | 14 | 26 | 0 | 36 | 413 | 25 | 76 |
| Binary | 10011101 | 10001011 | 10110011 | 1100 | 10110 | 0 | 11110 | 100001011 | 10101 | 111110 |
Color Harmonies of #9D8BB3
Complementary color
Monochromatic Colors of #9D8BB3
Black with #9D8BB3
Text Example
Text Example
White with #9D8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8BB3; }
p { color: rgb(157,139,179); }
H1.HeaderClassName
{
color: #9D8BB3;
}
.AnyTagClassName
{
color: #9D8BB3;
}
</style>
background-color css
<style>
a { background-color: #9D8BB3; }
a { background-color: rgb(157,139,179); }
div.DivClassName
{
background-color: #9D8BB3;
}
.BgClassName
{
background-color: #9D8BB3;
}
</style>
border-color css
<style>
span { border-color: #9D8BB3; }
span { border-color: rgb(157,139,179); }
td.TdClassName
{
border-color: #9D8BB3;
}
.TagClassName
{
border-color: #9D8BB3;
}
</style>