Shades of Cold Purple #9E92B3
Tints of Cold Purple #9E92B3
RGB
CMYK
RGB Variations
Color information
#9E92B3 (or 0x9E92B3) is known color: Cold Purple. HEX triplet: 9E, 92 and B3. RGB value is (158,146,179). Sum of RGB (Red+Green+Blue) = 158+146+179=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E92B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92B3 is #616D4C. Grayscale: #999999. Windows color (decimal): -6384973 or 11768478. OLE color: 11768478.
HSL color Cylindrical-coordinate representation of color #9E92B3: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E92B3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 146 | 179 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.30 |
| HSL | 261.82º | 0.18% | 0.64% | - |
| HSV(B) | 261.82º | 0.18% | 0.7% | - |
| XYZ | 32.52 | 31.08 | 46.93 | - |
| YUV | 153.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 179 | 0.12 | 0.18 | 0 | 0.30 | 261.82 | 0.18 | 0.64 |
| Hex | 9E | 92 | B3 | C | 12 | 0 | 1E | 106 | 12 | 40 |
| Octal | 236 | 222 | 263 | 14 | 22 | 0 | 36 | 406 | 22 | 100 |
| Binary | 10011110 | 10010010 | 10110011 | 1100 | 10010 | 0 | 11110 | 100000110 | 10010 | 1000000 |
Color Harmonies of #9E92B3
Complementary color
Monochromatic Colors of #9E92B3
Black with #9E92B3
Text Example
Text Example
White with #9E92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92B3; }
p { color: rgb(158,146,179); }
H1.HeaderClassName
{
color: #9E92B3;
}
.AnyTagClassName
{
color: #9E92B3;
}
</style>
background-color css
<style>
a { background-color: #9E92B3; }
a { background-color: rgb(158,146,179); }
div.DivClassName
{
background-color: #9E92B3;
}
.BgClassName
{
background-color: #9E92B3;
}
</style>
border-color css
<style>
span { border-color: #9E92B3; }
span { border-color: rgb(158,146,179); }
td.TdClassName
{
border-color: #9E92B3;
}
.TagClassName
{
border-color: #9E92B3;
}
</style>