#9E93BA

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

Shades of Cold Purple #9E93BA

Tints of Cold Purple #9E93BA

Color information

#9E93BA (or 0x9E93BA) is unknown color: approx Cold Purple. HEX triplet: 9E, 93 and BA. RGB value is (158,147,186). Sum of RGB (Red+Green+Blue) = 158+147+186=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93BA is #616C45. Grayscale: #9A9A9A. Windows color (decimal): -6384710 or 12227486. OLE color: 12227486.

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

Color convert

RGB158147186-
CMYK0.150.2100.27
HSL256.92º22.03%65.29%-
HSV(B)256.92º20.97%72.94%-
XYZ33.431.6850.81-
YUV154.74145.64130.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=32.18%
G=29.94%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581471860.150.2100.27256.9222.0365.29
Hex9E93BAF1501B1011641
Octal236223272172503340126101
Binary100111101001001110111010111110101011011100000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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