#9E90AF

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

Shades of Cold Purple #9E90AF

Tints of Cold Purple #9E90AF

Color information

#9E90AF (or 0x9E90AF) is unknown color: approx Cold Purple. HEX triplet: 9E, 90 and AF. RGB value is (158,144,175). Sum of RGB (Red+Green+Blue) = 158+144+175=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E90AF is #616F50. Grayscale: #979797. Windows color (decimal): -6385489 or 11505822. OLE color: 11505822.

HSL color Cylindrical-coordinate representation of color #9E90AF: hue angle of 267.1º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E90AF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158144175-
CMYK0.100.1800.31
HSL267.1º16.23%62.55%-
HSV(B)267.1º17.71%68.63%-
XYZ31.8130.3144.73-
YUV151.72141.14132.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=33.12%
G=30.19%
B=36.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581441750.100.1800.31267.116.2362.55
Hex9E90AFA1201F10b103f
Octal23622025712220374132077
Binary10011110100100001010111110101001001111110000101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,175); }

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

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

 a { background-color: rgb(158,144,175); }

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

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

 span { border-color: rgb(158,144,175); }

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