Html Css Color HEX #9E84AC Amethyst Smoke

📋 copy color: '#9E84AC'

red 158 ◦ green 132 ◦ blue 172

#9E84AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #9E84AC

Tints of Amethyst Smoke #9E84AC

RGB

 RED value IS 158 (62.11% from 255) = 34.2%

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 34.2%
G = 28.57%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E84AC (or 0x9E84AC) is known color: 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

RGB 158 132 172 -
CMYK 0.08 0.23 0 0.33
HSL 279º 0.19% 0.6% -
HSV(B) 279º 0.23% 0.67% -
XYZ 29.8 26.75 42.62 -
YUV 144.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 158 132 172 0.08 0.23 0 0.33 279 0.19 0.6
Hex 9E 84 AC 8 17 0 21 117 13 3C
Octal 236 204 254 10 27 0 41 427 23 74
Binary 10011110 10000100 10101100 1000 10111 0 100001 100010111 10011 111100

Color Harmonies of #9E84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E84AC

Black with #9E84AC

Text Example


Text Example

White with #9E84AC

Text Example


Text Example

HTML Codes & Css Web 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>