Html Css Color HEX #9E88AA Amethyst Smoke

📋 copy color: '#9E88AA'

red 158 ◦ green 136 ◦ blue 170

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

Shades of Amethyst Smoke #9E88AA

Tints of Amethyst Smoke #9E88AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 34.05%
G = 29.31%
B = 36.64%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E88AA (or 0x9E88AA) is known color: Amethyst Smoke. HEX triplet: 9E, 88 and AA. RGB value is (158,136,170). Sum of RGB (Red+Green+Blue) = 158+136+170=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E88AA is #617755. Grayscale: #929292. Windows color (decimal): -6387542 or 11176094. OLE color: 11176094.

HSL color Cylindrical-coordinate representation of color #9E88AA: hue angle of 278.82º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E88AA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 136 170 -
CMYK 0.07 0.20 0 0.33
HSL 278.82º 0.17% 0.6% -
HSV(B) 278.82º 0.2% 0.67% -
XYZ 30.16 27.78 41.8 -
YUV 146.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 158 136 170 0.07 0.20 0 0.33 278.82 0.17 0.6
Hex 9E 88 AA 7 14 0 21 117 11 3C
Octal 236 210 252 7 24 0 41 427 21 74
Binary 10011110 10001000 10101010 111 10100 0 100001 100010111 10001 111100

Color Harmonies of #9E88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E88AA

Black with #9E88AA

Text Example


Text Example

White with #9E88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,170); }

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

background-color css

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

 a { background-color: rgb(158,136,170); }

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

border-color css

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

 span { border-color: rgb(158,136,170); }

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