Shades of Cold Purple #9D8FBE
Tints of Cold Purple #9D8FBE
RGB
CMYK
RGB Variations
Color information
#9D8FBE (or 0x9D8FBE) is known color: Cold Purple. HEX triplet: 9D, 8F and BE. RGB value is (157,143,190). Sum of RGB (Red+Green+Blue) = 157+143+190=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FBE is #627041. Grayscale: #989898. Windows color (decimal): -6451266 or 12488605. OLE color: 12488605.
HSL color Cylindrical-coordinate representation of color #9D8FBE: hue angle of 257.87º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8FBE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 143 | 190 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.25 |
| HSL | 257.87º | 0.27% | 0.65% | - |
| HSV(B) | 257.87º | 0.25% | 0.75% | - |
| XYZ | 33.02 | 30.53 | 52.87 | - |
| YUV | 152.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 190 | 0.17 | 0.25 | 0 | 0.25 | 257.87 | 0.27 | 0.65 |
| Hex | 9D | 8F | BE | 11 | 19 | 0 | 19 | 102 | 1B | 41 |
| Octal | 235 | 217 | 276 | 21 | 31 | 0 | 31 | 402 | 33 | 101 |
| Binary | 10011101 | 10001111 | 10111110 | 10001 | 11001 | 0 | 11001 | 100000010 | 11011 | 1000001 |
Color Harmonies of #9D8FBE
Complementary color
Monochromatic Colors of #9D8FBE
Black with #9D8FBE
Text Example
Text Example
White with #9D8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FBE; }
p { color: rgb(157,143,190); }
H1.HeaderClassName
{
color: #9D8FBE;
}
.AnyTagClassName
{
color: #9D8FBE;
}
</style>
background-color css
<style>
a { background-color: #9D8FBE; }
a { background-color: rgb(157,143,190); }
div.DivClassName
{
background-color: #9D8FBE;
}
.BgClassName
{
background-color: #9D8FBE;
}
</style>
border-color css
<style>
span { border-color: #9D8FBE; }
span { border-color: rgb(157,143,190); }
td.TdClassName
{
border-color: #9D8FBE;
}
.TagClassName
{
border-color: #9D8FBE;
}
</style>