Html Css Color HEX #8E7590 Amethyst Smoke

📋 copy color: '#8E7590'

red 142 ◦ green 117 ◦ blue 144

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

Shades of Amethyst Smoke #8E7590

Tints of Amethyst Smoke #8E7590

RGB

 RED value IS 142 (55.86% from 255) = 35.24%

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 35.24%
G = 29.03%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E7590 (or 0x8E7590) is known color: Amethyst Smoke. HEX triplet: 8E, 75 and 90. RGB value is (142,117,144). Sum of RGB (Red+Green+Blue) = 142+117+144=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7590 is #718A6F. Grayscale: #7F7F7F. Windows color (decimal): -7441008 or 9467278. OLE color: 9467278.

HSL color Cylindrical-coordinate representation of color #8E7590: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7590 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 117 144 -
CMYK 0.01 0.19 0 0.44
HSL 295.56º 0.11% 0.51% -
HSV(B) 295.56º 0.19% 0.56% -
XYZ 22.55 20.49 29.15 -
YUV 127.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 142 117 144 0.01 0.19 0 0.44 295.56 0.11 0.51
Hex 8E 75 90 1 13 0 2C 128 B 33
Octal 216 165 220 1 23 0 54 450 13 63
Binary 10001110 1110101 10010000 1 10011 0 101100 100101000 1011 110011

Color Harmonies of #8E7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7590

Black with #8E7590

Text Example


Text Example

White with #8E7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E7590; }

 p { color: rgb(142,117,144); }

 H1.HeaderClassName
 {
   color: #8E7590;
 }
 .AnyTagClassName
 {
   color: #8E7590;
 }
</style>

background-color css

<style>
 a { background-color: #8E7590; }

 a { background-color: rgb(142,117,144); }

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

border-color css

<style>
 span { border-color: #8E7590; }

 span { border-color: rgb(142,117,144); }

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