#9E92BA

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

Shades of Cold Purple #9E92BA

Tints of Cold Purple #9E92BA

Color information

#9E92BA (or 0x9E92BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 92 and BA. RGB value is (158,146,186). Sum of RGB (Red+Green+Blue) = 158+146+186=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BA is #616D45. Grayscale: #9A9A9A. Windows color (decimal): -6384966 or 12227230. OLE color: 12227230.

HSL color Cylindrical-coordinate representation of color #9E92BA: hue angle of 258º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E92BA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158146186-
CMYK0.150.2200.27
HSL258º22.47%65.1%-
HSV(B)258º21.51%72.94%-
XYZ33.2431.3750.76-
YUV154.15145.98130.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=32.24%
G=29.80%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581461860.150.2200.2725822.4765.1
Hex9E92BAF1601B1021641
Octal236222272172603340226101
Binary100111101001001010111010111110110011011100000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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