Html Css Color HEX #908391 Amethyst Smoke

📋 copy color: '#908391'

red 144 ◦ green 131 ◦ blue 145

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

Shades of Amethyst Smoke #908391

Tints of Amethyst Smoke #908391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 34.29%
G = 31.19%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#908391 (or 0x908391) is known color: Amethyst Smoke. HEX triplet: 90, 83 and 91. RGB value is (144,131,145). Sum of RGB (Red+Green+Blue) = 144+131+145=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 145 - color contains mainly: blue. Hex color #908391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908391 is #6F7C6E. Grayscale: #888888. Windows color (decimal): -7306351 or 9536400. OLE color: 9536400.

HSL color Cylindrical-coordinate representation of color #908391: hue angle of 295.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908391 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 131 145 -
CMYK 0.01 0.10 0 0.43
HSL 295.71º 0.06% 0.54% -
HSV(B) 295.71º 0.1% 0.57% -
XYZ 24.73 24.21 30.16 -
YUV 136.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 144 131 145 0.01 0.10 0 0.43 295.71 0.06 0.54
Hex 90 83 91 1 A 0 2B 128 6 36
Octal 220 203 221 1 12 0 53 450 6 66
Binary 10010000 10000011 10010001 1 1010 0 101011 100101000 110 110110

Color Harmonies of #908391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908391

Black with #908391

Text Example


Text Example

White with #908391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908391; }

 p { color: rgb(144,131,145); }

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

background-color css

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

 a { background-color: rgb(144,131,145); }

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

border-color css

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

 span { border-color: rgb(144,131,145); }

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