Shades of Cold Purple #9E91C6
Tints of Cold Purple #9E91C6
RGB
CMYK
RGB Variations
Color information
#9E91C6 (or 0x9E91C6) is known color: Cold Purple. HEX triplet: 9E, 91 and C6. RGB value is (158,145,198). Sum of RGB (Red+Green+Blue) = 158+145+198=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E91C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91C6 is #616E39. Grayscale: #9A9A9A. Windows color (decimal): -6385210 or 13013406. OLE color: 13013406.
HSL color Cylindrical-coordinate representation of color #9E91C6: hue angle of 254.72º 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 #9E91C6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 145 | 198 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.22 |
| HSL | 254.72º | 0.32% | 0.67% | - |
| HSV(B) | 254.72º | 0.27% | 0.78% | - |
| XYZ | 34.42 | 31.6 | 57.71 | - |
| YUV | 154.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 198 | 0.20 | 0.27 | 0 | 0.22 | 254.72 | 0.32 | 0.67 |
| Hex | 9E | 91 | C6 | 14 | 1B | 0 | 16 | FF | 20 | 43 |
| Octal | 236 | 221 | 306 | 24 | 33 | 0 | 26 | 377 | 40 | 103 |
| Binary | 10011110 | 10010001 | 11000110 | 10100 | 11011 | 0 | 10110 | 11111111 | 100000 | 1000011 |
Color Harmonies of #9E91C6
Complementary color
Monochromatic Colors of #9E91C6
Black with #9E91C6
Text Example
Text Example
White with #9E91C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91C6; }
p { color: rgb(158,145,198); }
H1.HeaderClassName
{
color: #9E91C6;
}
.AnyTagClassName
{
color: #9E91C6;
}
</style>
background-color css
<style>
a { background-color: #9E91C6; }
a { background-color: rgb(158,145,198); }
div.DivClassName
{
background-color: #9E91C6;
}
.BgClassName
{
background-color: #9E91C6;
}
</style>
border-color css
<style>
span { border-color: #9E91C6; }
span { border-color: rgb(158,145,198); }
td.TdClassName
{
border-color: #9E91C6;
}
.TagClassName
{
border-color: #9E91C6;
}
</style>