Shades of Cold Purple #9E90C6
Tints of Cold Purple #9E90C6
RGB
CMYK
RGB Variations
Color information
#9E90C6 (or 0x9E90C6) is known color: Cold Purple. HEX triplet: 9E, 90 and C6. RGB value is (158,144,198). Sum of RGB (Red+Green+Blue) = 158+144+198=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E90C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90C6 is #616F39. Grayscale: #9A9A9A. Windows color (decimal): -6385466 or 13013150. OLE color: 13013150.
HSL color Cylindrical-coordinate representation of color #9E90C6: hue angle of 255.56º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E90C6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 144 | 198 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.22 |
| HSL | 255.56º | 0.32% | 0.67% | - |
| HSV(B) | 255.56º | 0.27% | 0.78% | - |
| XYZ | 34.27 | 31.29 | 57.66 | - |
| YUV | 154.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 198 | 0.20 | 0.27 | 0 | 0.22 | 255.56 | 0.32 | 0.67 |
| Hex | 9E | 90 | C6 | 14 | 1B | 0 | 16 | 100 | 20 | 43 |
| Octal | 236 | 220 | 306 | 24 | 33 | 0 | 26 | 400 | 40 | 103 |
| Binary | 10011110 | 10010000 | 11000110 | 10100 | 11011 | 0 | 10110 | 100000000 | 100000 | 1000011 |
Color Harmonies of #9E90C6
Complementary color
Monochromatic Colors of #9E90C6
Black with #9E90C6
Text Example
Text Example
White with #9E90C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90C6; }
p { color: rgb(158,144,198); }
H1.HeaderClassName
{
color: #9E90C6;
}
.AnyTagClassName
{
color: #9E90C6;
}
</style>
background-color css
<style>
a { background-color: #9E90C6; }
a { background-color: rgb(158,144,198); }
div.DivClassName
{
background-color: #9E90C6;
}
.BgClassName
{
background-color: #9E90C6;
}
</style>
border-color css
<style>
span { border-color: #9E90C6; }
span { border-color: rgb(158,144,198); }
td.TdClassName
{
border-color: #9E90C6;
}
.TagClassName
{
border-color: #9E90C6;
}
</style>