Html Css Color HEX #8E7493 Amethyst Smoke

📋 copy color: '#8E7493'

red 142 ◦ green 116 ◦ blue 147

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

Shades of Amethyst Smoke #8E7493

Tints of Amethyst Smoke #8E7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 35.06%
G = 28.64%
B = 36.3%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E7493 (or 0x8E7493) is known color: Amethyst Smoke. HEX triplet: 8E, 74 and 93. RGB value is (142,116,147). Sum of RGB (Red+Green+Blue) = 142+116+147=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E7493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7493 is #718B6C. Grayscale: #7F7F7F. Windows color (decimal): -7441261 or 9663630. OLE color: 9663630.

HSL color Cylindrical-coordinate representation of color #8E7493: hue angle of 290.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7493 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 116 147 -
CMYK 0.03 0.21 0 0.42
HSL 290.32º 0.13% 0.52% -
HSV(B) 290.32º 0.21% 0.58% -
XYZ 22.67 20.35 30.34 -
YUV 127.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 142 116 147 0.03 0.21 0 0.42 290.32 0.13 0.52
Hex 8E 74 93 3 15 0 2A 122 D 34
Octal 216 164 223 3 25 0 52 442 15 64
Binary 10001110 1110100 10010011 11 10101 0 101010 100100010 1101 110100

Color Harmonies of #8E7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7493

Black with #8E7493

Text Example


Text Example

White with #8E7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,147); }

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

background-color css

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

 a { background-color: rgb(142,116,147); }

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

border-color css

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

 span { border-color: rgb(142,116,147); }

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