#9E84AC

Color #9E84AC Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9E84AC

Tints of Amethyst Smoke #9E84AC

Color information

#9E84AC (or 0x9E84AC) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 84 and AC. RGB value is (158,132,172). Sum of RGB (Red+Green+Blue) = 158+132+172=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E84AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E84AC is #617B53. Grayscale: #909090. Windows color (decimal): -6388564 or 11306142. OLE color: 11306142.

HSL color Cylindrical-coordinate representation of color #9E84AC: hue angle of 279º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E84AC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158132172-
CMYK0.080.2300.33
HSL279º19.42%59.61%-
HSV(B)279º23.26%67.45%-
XYZ29.826.7542.62-
YUV144.33143.61137.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=34.20%
G=28.57%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581321720.080.2300.3327919.4259.61
Hex9E84AC817021117133c
Octal23620425410270414272374
Binary100111101000010010101100100010111010000110001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,172); }

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

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

 a { background-color: rgb(158,132,172); }

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

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

 span { border-color: rgb(158,132,172); }

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