#9E93AA

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

Shades of Cold Purple #9E93AA

Tints of Cold Purple #9E93AA

Color information

#9E93AA (or 0x9E93AA) is unknown color: approx Cold Purple. HEX triplet: 9E, 93 and AA. RGB value is (158,147,170). Sum of RGB (Red+Green+Blue) = 158+147+170=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E93AA is #616C55. Grayscale: #989898. Windows color (decimal): -6384726 or 11178910. OLE color: 11178910.

HSL color Cylindrical-coordinate representation of color #9E93AA: hue angle of 268.7º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E93AA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158147170-
CMYK0.070.1400.33
HSL268.7º11.92%62.16%-
HSV(B)268.7º13.53%66.67%-
XYZ31.7931.0442.35-
YUV152.91137.64131.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=33.26%
G=30.95%
B=35.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581471700.070.1400.33268.711.9262.16
Hex9E93AA7E02110dc3e
Octal2362232527160414151476
Binary100111101001001110101010111111001000011000011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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