Shades of Cold Purple #9E8CC6
Tints of Cold Purple #9E8CC6
RGB
CMYK
RGB Variations
Color information
#9E8CC6 (or 0x9E8CC6) is known color: Cold Purple. HEX triplet: 9E, 8C and C6. RGB value is (158,140,198). Sum of RGB (Red+Green+Blue) = 158+140+198=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E8CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CC6 is #617339. Grayscale: #979797. Windows color (decimal): -6386490 or 13012126. OLE color: 13012126.
HSL color Cylindrical-coordinate representation of color #9E8CC6: hue angle of 258.62º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E8CC6 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 140 | 198 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.22 |
| HSL | 258.62º | 0.34% | 0.66% | - |
| HSV(B) | 258.62º | 0.29% | 0.78% | - |
| XYZ | 33.67 | 30.1 | 57.46 | - |
| YUV | 151.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 198 | 0.20 | 0.29 | 0 | 0.22 | 258.62 | 0.34 | 0.66 |
| Hex | 9E | 8C | C6 | 14 | 1D | 0 | 16 | 103 | 22 | 42 |
| Octal | 236 | 214 | 306 | 24 | 35 | 0 | 26 | 403 | 42 | 102 |
| Binary | 10011110 | 10001100 | 11000110 | 10100 | 11101 | 0 | 10110 | 100000011 | 100010 | 1000010 |
Color Harmonies of #9E8CC6
Complementary color
Monochromatic Colors of #9E8CC6
Black with #9E8CC6
Text Example
Text Example
White with #9E8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CC6; }
p { color: rgb(158,140,198); }
H1.HeaderClassName
{
color: #9E8CC6;
}
.AnyTagClassName
{
color: #9E8CC6;
}
</style>
background-color css
<style>
a { background-color: #9E8CC6; }
a { background-color: rgb(158,140,198); }
div.DivClassName
{
background-color: #9E8CC6;
}
.BgClassName
{
background-color: #9E8CC6;
}
</style>
border-color css
<style>
span { border-color: #9E8CC6; }
span { border-color: rgb(158,140,198); }
td.TdClassName
{
border-color: #9E8CC6;
}
.TagClassName
{
border-color: #9E8CC6;
}
</style>