Html Css Color HEX #9E85AC Amethyst Smoke

📋 copy color: '#9E85AC'

red 158 ◦ green 133 ◦ blue 172

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

Shades of Amethyst Smoke #9E85AC

Tints of Amethyst Smoke #9E85AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.73%

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

R = 34.13%
G = 28.73%
B = 37.15%

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

#9E85AC (or 0x9E85AC) is known color: Amethyst Smoke. HEX triplet: 9E, 85 and AC. RGB value is (158,133,172). Sum of RGB (Red+Green+Blue) = 158+133+172=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E85AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E85AC is #617A53. Grayscale: #909090. Windows color (decimal): -6388308 or 11306398. OLE color: 11306398.

HSL color Cylindrical-coordinate representation of color #9E85AC: hue angle of 278.46º 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 #9E85AC is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 133 172 -
CMYK 0.08 0.23 0 0.33
HSL 278.46º 0.19% 0.6% -
HSV(B) 278.46º 0.23% 0.67% -
XYZ 29.93 27.02 42.67 -
YUV 144.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 158 133 172 0.08 0.23 0 0.33 278.46 0.19 0.6
Hex 9E 85 AC 8 17 0 21 116 13 3C
Octal 236 205 254 10 27 0 41 426 23 74
Binary 10011110 10000101 10101100 1000 10111 0 100001 100010110 10011 111100

Color Harmonies of #9E85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E85AC

Black with #9E85AC

Text Example


Text Example

White with #9E85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E85AC;
 }
 .AnyTagClassName
 {
   color: #9E85AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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