#9E93B5

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

Shades of Cold Purple #9E93B5

Tints of Cold Purple #9E93B5

Color information

#9E93B5 (or 0x9E93B5) is unknown color: approx Cold Purple. HEX triplet: 9E, 93 and B5. RGB value is (158,147,181). Sum of RGB (Red+Green+Blue) = 158+147+181=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E93B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93B5 is #616C4A. Grayscale: #9A9A9A. Windows color (decimal): -6384715 or 11899806. OLE color: 11899806.

HSL color Cylindrical-coordinate representation of color #9E93B5: hue angle of 259.41º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E93B5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB158147181-
CMYK0.130.1900.29
HSL259.41º18.68%64.31%-
HSV(B)259.41º18.78%70.98%-
XYZ32.8731.4748.06-
YUV154.17143.14130.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=32.51%
G=30.25%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581471810.130.1900.29259.4118.6864.31
Hex9E93B5D1301D1031340
Octal236223265152303540323100
Binary100111101001001110110101110110011011101100000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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