Shades of Cold Purple #9E90B5
Tints of Cold Purple #9E90B5
RGB
CMYK
RGB Variations
Color information
#9E90B5 (or 0x9E90B5) is known color: Cold Purple. HEX triplet: 9E, 90 and B5. RGB value is (158,144,181). Sum of RGB (Red+Green+Blue) = 158+144+181=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E90B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90B5 is #616F4A. Grayscale: #989898. Windows color (decimal): -6385483 or 11899038. OLE color: 11899038.
HSL color Cylindrical-coordinate representation of color #9E90B5: hue angle of 262.7º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E90B5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 144 | 181 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.29 |
| HSL | 262.7º | 0.2% | 0.64% | - |
| HSV(B) | 262.7º | 0.2% | 0.71% | - |
| XYZ | 32.41 | 30.55 | 47.9 | - |
| YUV | 152.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 181 | 0.13 | 0.20 | 0 | 0.29 | 262.7 | 0.2 | 0.64 |
| Hex | 9E | 90 | B5 | D | 14 | 0 | 1D | 107 | 14 | 40 |
| Octal | 236 | 220 | 265 | 15 | 24 | 0 | 35 | 407 | 24 | 100 |
| Binary | 10011110 | 10010000 | 10110101 | 1101 | 10100 | 0 | 11101 | 100000111 | 10100 | 1000000 |
Color Harmonies of #9E90B5
Complementary color
Monochromatic Colors of #9E90B5
Black with #9E90B5
Text Example
Text Example
White with #9E90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90B5; }
p { color: rgb(158,144,181); }
H1.HeaderClassName
{
color: #9E90B5;
}
.AnyTagClassName
{
color: #9E90B5;
}
</style>
background-color css
<style>
a { background-color: #9E90B5; }
a { background-color: rgb(158,144,181); }
div.DivClassName
{
background-color: #9E90B5;
}
.BgClassName
{
background-color: #9E90B5;
}
</style>
border-color css
<style>
span { border-color: #9E90B5; }
span { border-color: rgb(158,144,181); }
td.TdClassName
{
border-color: #9E90B5;
}
.TagClassName
{
border-color: #9E90B5;
}
</style>