Shades of Cold Purple #9E93C6
Tints of Cold Purple #9E93C6
RGB
CMYK
RGB Variations
Color information
#9E93C6 (or 0x9E93C6) is known color: Cold Purple. HEX triplet: 9E, 93 and C6. RGB value is (158,147,198). Sum of RGB (Red+Green+Blue) = 158+147+198=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E93C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93C6 is #616C39. Grayscale: #9B9B9B. Windows color (decimal): -6384698 or 13013918. OLE color: 13013918.
HSL color Cylindrical-coordinate representation of color #9E93C6: hue angle of 252.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E93C6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 147 | 198 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.22 |
| HSL | 252.94º | 0.31% | 0.68% | - |
| HSV(B) | 252.94º | 0.26% | 0.78% | - |
| XYZ | 34.73 | 32.21 | 57.81 | - |
| YUV | 156.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 198 | 0.20 | 0.26 | 0 | 0.22 | 252.94 | 0.31 | 0.68 |
| Hex | 9E | 93 | C6 | 14 | 1A | 0 | 16 | FD | 1F | 44 |
| Octal | 236 | 223 | 306 | 24 | 32 | 0 | 26 | 375 | 37 | 104 |
| Binary | 10011110 | 10010011 | 11000110 | 10100 | 11010 | 0 | 10110 | 11111101 | 11111 | 1000100 |
Color Harmonies of #9E93C6
Complementary color
Monochromatic Colors of #9E93C6
Black with #9E93C6
Text Example
Text Example
White with #9E93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93C6; }
p { color: rgb(158,147,198); }
H1.HeaderClassName
{
color: #9E93C6;
}
.AnyTagClassName
{
color: #9E93C6;
}
</style>
background-color css
<style>
a { background-color: #9E93C6; }
a { background-color: rgb(158,147,198); }
div.DivClassName
{
background-color: #9E93C6;
}
.BgClassName
{
background-color: #9E93C6;
}
</style>
border-color css
<style>
span { border-color: #9E93C6; }
span { border-color: rgb(158,147,198); }
td.TdClassName
{
border-color: #9E93C6;
}
.TagClassName
{
border-color: #9E93C6;
}
</style>