#9E92BE

Color #9E92BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9E92BE

Tints of Cold Purple #9E92BE

Color information

#9E92BE (or 0x9E92BE) is unknown color: approx Cold Purple. HEX triplet: 9E, 92 and BE. RGB value is (158,146,190). Sum of RGB (Red+Green+Blue) = 158+146+190=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BE is #616D41. Grayscale: #9A9A9A. Windows color (decimal): -6384962 or 12489374. OLE color: 12489374.

HSL color Cylindrical-coordinate representation of color #9E92BE: hue angle of 256.36º 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 #9E92BE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158146190-
CMYK0.170.2300.25
HSL256.36º25.29%65.88%-
HSV(B)256.36º23.16%74.51%-
XYZ33.6731.5453.03-
YUV154.6147.98130.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=31.98%
G=29.55%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581461900.170.2300.25256.3625.2965.88
Hex9E92BE11170191001942
Octal236222276212703140031102
Binary1001111010010010101111101000110111011001100000000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E92BE; }

 p { color: rgb(158,146,190); }

 H1.HeaderClassName
 {
   color: #9E92BE;
 }
 .AnyTagClassName
 {
   color: #9E92BE;
 }
</style>
background-color css

<style>
 a { background-color: #9E92BE; }

 a { background-color: rgb(158,146,190); }

 div.DivClassName
 {
   background-color: #9E92BE;
 }
 .BgClassName
 {
   background-color: #9E92BE;
 }
</style>
border-color css

<style>
 span { border-color: #9E92BE; }

 span { border-color: rgb(158,146,190); }

 td.TdClassName
 {
   border-color: #9E92BE;
 }
 .TagClassName
 {
   border-color: #9E92BE;
 }
</style>