Html Css Color HEX #908499 Amethyst Smoke

📋 copy color: '#908499'

red 144 ◦ green 132 ◦ blue 153

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

Shades of Amethyst Smoke #908499

Tints of Amethyst Smoke #908499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 33.57%
G = 30.77%
B = 35.66%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#908499 (or 0x908499) is known color: Amethyst Smoke. HEX triplet: 90, 84 and 99. RGB value is (144,132,153). Sum of RGB (Red+Green+Blue) = 144+132+153=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #908499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908499 is #6F7B66. Grayscale: #898989. Windows color (decimal): -7306087 or 10060944. OLE color: 10060944.

HSL color Cylindrical-coordinate representation of color #908499: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #908499 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 132 153 -
CMYK 0.06 0.14 0 0.4
HSL 274.29º 0.09% 0.56% -
HSV(B) 274.29º 0.14% 0.6% -
XYZ 25.5 24.73 33.57 -
YUV 137.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 144 132 153 0.06 0.14 0 0.4 274.29 0.09 0.56
Hex 90 84 99 6 E 0 28 112 9 38
Octal 220 204 231 6 16 0 50 422 11 70
Binary 10010000 10000100 10011001 110 1110 0 101000 100010010 1001 111000

Color Harmonies of #908499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908499

Black with #908499

Text Example


Text Example

White with #908499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908499; }

 p { color: rgb(144,132,153); }

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

background-color css

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

 a { background-color: rgb(144,132,153); }

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

border-color css

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

 span { border-color: rgb(144,132,153); }

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