Html Css Color HEX #9E87AC Amethyst Smoke

📋 copy color: '#9E87AC'

red 158 ◦ green 135 ◦ blue 172

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

Shades of Amethyst Smoke #9E87AC

Tints of Amethyst Smoke #9E87AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.03%

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

R = 33.98%
G = 29.03%
B = 36.99%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E87AC (or 0x9E87AC) is known color: Amethyst Smoke. HEX triplet: 9E, 87 and AC. RGB value is (158,135,172). Sum of RGB (Red+Green+Blue) = 158+135+172=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E87AC is #617853. Grayscale: #919191. Windows color (decimal): -6387796 or 11306910. OLE color: 11306910.

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

Color convert

RGB 158 135 172 -
CMYK 0.08 0.22 0 0.33
HSL 277.3º 0.18% 0.6% -
HSV(B) 277.3º 0.22% 0.67% -
XYZ 30.21 27.58 42.76 -
YUV 146.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 158 135 172 0.08 0.22 0 0.33 277.3 0.18 0.6
Hex 9E 87 AC 8 16 0 21 115 12 3C
Octal 236 207 254 10 26 0 41 425 22 74
Binary 10011110 10000111 10101100 1000 10110 0 100001 100010101 10010 111100

Color Harmonies of #9E87AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E87AC

Black with #9E87AC

Text Example


Text Example

White with #9E87AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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