Shades of Cold Purple #9D8ABE
Tints of Cold Purple #9D8ABE
RGB
CMYK
RGB Variations
Color information
#9D8ABE (or 0x9D8ABE) is known color: Cold Purple. HEX triplet: 9D, 8A and BE. RGB value is (157,138,190). Sum of RGB (Red+Green+Blue) = 157+138+190=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ABE is #627541. Grayscale: #959595. Windows color (decimal): -6452546 or 12487325. OLE color: 12487325.
HSL color Cylindrical-coordinate representation of color #9D8ABE: hue angle of 261.92º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D8ABE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 138 | 190 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.25 |
| HSL | 261.92º | 0.29% | 0.64% | - |
| HSV(B) | 261.92º | 0.27% | 0.75% | - |
| XYZ | 32.29 | 29.06 | 52.62 | - |
| YUV | 149.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 190 | 0.17 | 0.27 | 0 | 0.25 | 261.92 | 0.29 | 0.64 |
| Hex | 9D | 8A | BE | 11 | 1B | 0 | 19 | 106 | 1D | 40 |
| Octal | 235 | 212 | 276 | 21 | 33 | 0 | 31 | 406 | 35 | 100 |
| Binary | 10011101 | 10001010 | 10111110 | 10001 | 11011 | 0 | 11001 | 100000110 | 11101 | 1000000 |
Color Harmonies of #9D8ABE
Complementary color
Monochromatic Colors of #9D8ABE
Black with #9D8ABE
Text Example
Text Example
White with #9D8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8ABE; }
p { color: rgb(157,138,190); }
H1.HeaderClassName
{
color: #9D8ABE;
}
.AnyTagClassName
{
color: #9D8ABE;
}
</style>
background-color css
<style>
a { background-color: #9D8ABE; }
a { background-color: rgb(157,138,190); }
div.DivClassName
{
background-color: #9D8ABE;
}
.BgClassName
{
background-color: #9D8ABE;
}
</style>
border-color css
<style>
span { border-color: #9D8ABE; }
span { border-color: rgb(157,138,190); }
td.TdClassName
{
border-color: #9D8ABE;
}
.TagClassName
{
border-color: #9D8ABE;
}
</style>