Shades of Cold Purple #9D8ABF
Tints of Cold Purple #9D8ABF
RGB
CMYK
RGB Variations
Color information
#9D8ABF (or 0x9D8ABF) is known color: Cold Purple. HEX triplet: 9D, 8A and BF. RGB value is (157,138,191). Sum of RGB (Red+Green+Blue) = 157+138+191=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D8ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ABF is #627540. Grayscale: #959595. Windows color (decimal): -6452545 or 12552861. OLE color: 12552861.
HSL color Cylindrical-coordinate representation of color #9D8ABF: hue angle of 261.51º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D8ABF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 138 | 191 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.25 |
| HSL | 261.51º | 0.29% | 0.65% | - |
| HSV(B) | 261.51º | 0.28% | 0.75% | - |
| XYZ | 32.4 | 29.11 | 53.2 | - |
| YUV | 149.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 191 | 0.18 | 0.28 | 0 | 0.25 | 261.51 | 0.29 | 0.65 |
| Hex | 9D | 8A | BF | 12 | 1C | 0 | 19 | 106 | 1D | 41 |
| Octal | 235 | 212 | 277 | 22 | 34 | 0 | 31 | 406 | 35 | 101 |
| Binary | 10011101 | 10001010 | 10111111 | 10010 | 11100 | 0 | 11001 | 100000110 | 11101 | 1000001 |
Color Harmonies of #9D8ABF
Complementary color
Monochromatic Colors of #9D8ABF
Black with #9D8ABF
Text Example
Text Example
White with #9D8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8ABF; }
p { color: rgb(157,138,191); }
H1.HeaderClassName
{
color: #9D8ABF;
}
.AnyTagClassName
{
color: #9D8ABF;
}
</style>
background-color css
<style>
a { background-color: #9D8ABF; }
a { background-color: rgb(157,138,191); }
div.DivClassName
{
background-color: #9D8ABF;
}
.BgClassName
{
background-color: #9D8ABF;
}
</style>
border-color css
<style>
span { border-color: #9D8ABF; }
span { border-color: rgb(157,138,191); }
td.TdClassName
{
border-color: #9D8ABF;
}
.TagClassName
{
border-color: #9D8ABF;
}
</style>