Html Css Color HEX #908E93 Amethyst Smoke

📋 copy color: '#908E93'

red 144 ◦ green 142 ◦ blue 147

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

Shades of Amethyst Smoke #908E93

Tints of Amethyst Smoke #908E93

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

 GREEN value IS 142 (55.86% from 255) = 32.79%

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

R = 33.26%
G = 32.79%
B = 33.95%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908E93 (or 0x908E93) is known color: Amethyst Smoke. HEX triplet: 90, 8E and 93. RGB value is (144,142,147). Sum of RGB (Red+Green+Blue) = 144+142+147=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 147 - color contains mainly: blue. Hex color #908E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E93 is #6F716C. Grayscale: #8F8F8F. Windows color (decimal): -7303533 or 9670288. OLE color: 9670288.

HSL color Cylindrical-coordinate representation of color #908E93: hue angle of 264º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908E93 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 142 147 -
CMYK 0.02 0.03 0 0.42
HSL 264º 0.02% 0.57% -
HSV(B) 264º 0.03% 0.58% -
XYZ 26.44 27.38 31.5 -
YUV 143.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 144 142 147 0.02 0.03 0 0.42 264 0.02 0.57
Hex 90 8E 93 2 3 0 2A 108 2 39
Octal 220 216 223 2 3 0 52 410 2 71
Binary 10010000 10001110 10010011 10 11 0 101010 100001000 10 111001

Color Harmonies of #908E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908E93

Black with #908E93

Text Example


Text Example

White with #908E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908E93; }

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

 H1.HeaderClassName
 {
   color: #908E93;
 }
 .AnyTagClassName
 {
   color: #908E93;
 }
</style>

background-color css

<style>
 a { background-color: #908E93; }

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

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

border-color css

<style>
 span { border-color: #908E93; }

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

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