Shades of Cold Purple #9E80BF
Tints of Cold Purple #9E80BF
RGB
CMYK
RGB Variations
Color information
#9E80BF (or 0x9E80BF) is known color: Cold Purple. HEX triplet: 9E, 80 and BF. RGB value is (158,128,191). Sum of RGB (Red+Green+Blue) = 158+128+191=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80BF is #617F40. Grayscale: #8F8F8F. Windows color (decimal): -6389569 or 12550302. OLE color: 12550302.
HSL color Cylindrical-coordinate representation of color #9E80BF: hue angle of 268.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E80BF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 128 | 191 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.25 |
| HSL | 268.57º | 0.33% | 0.63% | - |
| HSV(B) | 268.57º | 0.33% | 0.75% | - |
| XYZ | 31.22 | 26.47 | 52.75 | - |
| YUV | 144.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 191 | 0.17 | 0.33 | 0 | 0.25 | 268.57 | 0.33 | 0.63 |
| Hex | 9E | 80 | BF | 11 | 21 | 0 | 19 | 10D | 21 | 3F |
| Octal | 236 | 200 | 277 | 21 | 41 | 0 | 31 | 415 | 41 | 77 |
| Binary | 10011110 | 10000000 | 10111111 | 10001 | 100001 | 0 | 11001 | 100001101 | 100001 | 111111 |
Color Harmonies of #9E80BF
Complementary color
Monochromatic Colors of #9E80BF
Black with #9E80BF
Text Example
Text Example
White with #9E80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80BF; }
p { color: rgb(158,128,191); }
H1.HeaderClassName
{
color: #9E80BF;
}
.AnyTagClassName
{
color: #9E80BF;
}
</style>
background-color css
<style>
a { background-color: #9E80BF; }
a { background-color: rgb(158,128,191); }
div.DivClassName
{
background-color: #9E80BF;
}
.BgClassName
{
background-color: #9E80BF;
}
</style>
border-color css
<style>
span { border-color: #9E80BF; }
span { border-color: rgb(158,128,191); }
td.TdClassName
{
border-color: #9E80BF;
}
.TagClassName
{
border-color: #9E80BF;
}
</style>