Html Css Color HEX #8E8199 Amethyst Smoke

📋 copy color: '#8E8199'

red 142 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #8E8199

Tints of Amethyst Smoke #8E8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 33.49%
G = 30.42%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E8199 (or 0x8E8199) is known color: Amethyst Smoke. HEX triplet: 8E, 81 and 99. RGB value is (142,129,153). Sum of RGB (Red+Green+Blue) = 142+129+153=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8199 is #717E66. Grayscale: #878787. Windows color (decimal): -7437927 or 10060174. OLE color: 10060174.

HSL color Cylindrical-coordinate representation of color #8E8199: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8199 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 129 153 -
CMYK 0.07 0.16 0 0.4
HSL 272.5º 0.11% 0.55% -
HSV(B) 272.5º 0.16% 0.6% -
XYZ 24.76 23.75 33.42 -
YUV 135.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 142 129 153 0.07 0.16 0 0.4 272.5 0.11 0.55
Hex 8E 81 99 7 10 0 28 110 B 37
Octal 216 201 231 7 20 0 50 420 13 67
Binary 10001110 10000001 10011001 111 10000 0 101000 100010000 1011 110111

Color Harmonies of #8E8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8199

Black with #8E8199

Text Example


Text Example

White with #8E8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,153); }

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

background-color css

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

 a { background-color: rgb(142,129,153); }

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

border-color css

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

 span { border-color: rgb(142,129,153); }

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