#9E91AD

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

Shades of Cold Purple #9E91AD

Tints of Cold Purple #9E91AD

Color information

#9E91AD (or 0x9E91AD) is unknown color: approx Cold Purple. HEX triplet: 9E, 91 and AD. RGB value is (158,145,173). Sum of RGB (Red+Green+Blue) = 158+145+173=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91AD is #616E52. Grayscale: #979797. Windows color (decimal): -6385235 or 11375006. OLE color: 11375006.

HSL color Cylindrical-coordinate representation of color #9E91AD: hue angle of 267.86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E91AD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158145173-
CMYK0.090.1600.32
HSL267.86º14.58%62.35%-
HSV(B)267.86º16.18%67.84%-
XYZ31.7730.5443.76-
YUV152.08139.81132.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=33.19%
G=30.46%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581451730.090.1600.32267.8614.5862.35
Hex9E91AD91002010cf3e
Octal23622125511200404141776
Binary10011110100100011010110110011000001000001000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,173); }

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

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

 a { background-color: rgb(158,145,173); }

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

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

 span { border-color: rgb(158,145,173); }

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