Shades of Cold Purple #9E93BE
Tints of Cold Purple #9E93BE
RGB
CMYK
RGB Variations
Color information
#9E93BE (or 0x9E93BE) is known color: Cold Purple. HEX triplet: 9E, 93 and BE. RGB value is (158,147,190). Sum of RGB (Red+Green+Blue) = 158+147+190=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93BE is #616C41. Grayscale: #9B9B9B. Windows color (decimal): -6384706 or 12489630. OLE color: 12489630.
HSL color Cylindrical-coordinate representation of color #9E93BE: hue angle of 255.35º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E93BE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 147 | 190 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.25 |
| HSL | 255.35º | 0.25% | 0.66% | - |
| HSV(B) | 255.35º | 0.23% | 0.75% | - |
| XYZ | 33.83 | 31.85 | 53.08 | - |
| YUV | 155.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 190 | 0.17 | 0.23 | 0 | 0.25 | 255.35 | 0.25 | 0.66 |
| Hex | 9E | 93 | BE | 11 | 17 | 0 | 19 | FF | 19 | 42 |
| Octal | 236 | 223 | 276 | 21 | 27 | 0 | 31 | 377 | 31 | 102 |
| Binary | 10011110 | 10010011 | 10111110 | 10001 | 10111 | 0 | 11001 | 11111111 | 11001 | 1000010 |
Color Harmonies of #9E93BE
Complementary color
Monochromatic Colors of #9E93BE
Black with #9E93BE
Text Example
Text Example
White with #9E93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93BE; }
p { color: rgb(158,147,190); }
H1.HeaderClassName
{
color: #9E93BE;
}
.AnyTagClassName
{
color: #9E93BE;
}
</style>
background-color css
<style>
a { background-color: #9E93BE; }
a { background-color: rgb(158,147,190); }
div.DivClassName
{
background-color: #9E93BE;
}
.BgClassName
{
background-color: #9E93BE;
}
</style>
border-color css
<style>
span { border-color: #9E93BE; }
span { border-color: rgb(158,147,190); }
td.TdClassName
{
border-color: #9E93BE;
}
.TagClassName
{
border-color: #9E93BE;
}
</style>