Shades of Cold Purple #9E8FCC
Tints of Cold Purple #9E8FCC
RGB
CMYK
RGB Variations
Color information
#9E8FCC (or 0x9E8FCC) is known color: Cold Purple. HEX triplet: 9E, 8F and CC. RGB value is (158,143,204). Sum of RGB (Red+Green+Blue) = 158+143+204=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FCC is #617033. Grayscale: #9A9A9A. Windows color (decimal): -6385716 or 13406110. OLE color: 13406110.
HSL color Cylindrical-coordinate representation of color #9E8FCC: hue angle of 254.75º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E8FCC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 143 | 204 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.2 |
| HSL | 254.75º | 0.37% | 0.68% | - |
| HSV(B) | 254.75º | 0.3% | 0.8% | - |
| XYZ | 34.82 | 31.27 | 61.33 | - |
| YUV | 154.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 204 | 0.23 | 0.30 | 0 | 0.2 | 254.75 | 0.37 | 0.68 |
| Hex | 9E | 8F | CC | 17 | 1E | 0 | 14 | FF | 25 | 44 |
| Octal | 236 | 217 | 314 | 27 | 36 | 0 | 24 | 377 | 45 | 104 |
| Binary | 10011110 | 10001111 | 11001100 | 10111 | 11110 | 0 | 10100 | 11111111 | 100101 | 1000100 |
Color Harmonies of #9E8FCC
Complementary color
Monochromatic Colors of #9E8FCC
Black with #9E8FCC
Text Example
Text Example
White with #9E8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FCC; }
p { color: rgb(158,143,204); }
H1.HeaderClassName
{
color: #9E8FCC;
}
.AnyTagClassName
{
color: #9E8FCC;
}
</style>
background-color css
<style>
a { background-color: #9E8FCC; }
a { background-color: rgb(158,143,204); }
div.DivClassName
{
background-color: #9E8FCC;
}
.BgClassName
{
background-color: #9E8FCC;
}
</style>
border-color css
<style>
span { border-color: #9E8FCC; }
span { border-color: rgb(158,143,204); }
td.TdClassName
{
border-color: #9E8FCC;
}
.TagClassName
{
border-color: #9E8FCC;
}
</style>