Shades of Cold Purple #9E92C2
Tints of Cold Purple #9E92C2
RGB
CMYK
RGB Variations
Color information
#9E92C2 (or 0x9E92C2) is known color: Cold Purple. HEX triplet: 9E, 92 and C2. RGB value is (158,146,194). Sum of RGB (Red+Green+Blue) = 158+146+194=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #9E92C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92C2 is #616D3D. Grayscale: #9A9A9A. Windows color (decimal): -6384958 or 12751518. OLE color: 12751518.
HSL color Cylindrical-coordinate representation of color #9E92C2: hue angle of 255º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E92C2 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 146 | 194 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.24 |
| HSL | 255º | 0.28% | 0.67% | - |
| HSV(B) | 255º | 0.25% | 0.76% | - |
| XYZ | 34.12 | 31.72 | 55.36 | - |
| YUV | 155.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 194 | 0.19 | 0.25 | 0 | 0.24 | 255 | 0.28 | 0.67 |
| Hex | 9E | 92 | C2 | 13 | 19 | 0 | 18 | FF | 1C | 43 |
| Octal | 236 | 222 | 302 | 23 | 31 | 0 | 30 | 377 | 34 | 103 |
| Binary | 10011110 | 10010010 | 11000010 | 10011 | 11001 | 0 | 11000 | 11111111 | 11100 | 1000011 |
Color Harmonies of #9E92C2
Complementary color
Monochromatic Colors of #9E92C2
Black with #9E92C2
Text Example
Text Example
White with #9E92C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92C2; }
p { color: rgb(158,146,194); }
H1.HeaderClassName
{
color: #9E92C2;
}
.AnyTagClassName
{
color: #9E92C2;
}
</style>
background-color css
<style>
a { background-color: #9E92C2; }
a { background-color: rgb(158,146,194); }
div.DivClassName
{
background-color: #9E92C2;
}
.BgClassName
{
background-color: #9E92C2;
}
</style>
border-color css
<style>
span { border-color: #9E92C2; }
span { border-color: rgb(158,146,194); }
td.TdClassName
{
border-color: #9E92C2;
}
.TagClassName
{
border-color: #9E92C2;
}
</style>