Html Css Color HEX #908099 Amethyst Smoke

📋 copy color: '#908099'

red 144 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #908099

Tints of Amethyst Smoke #908099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 33.88%
G = 30.12%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#908099 (or 0x908099) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 99. RGB value is (144,128,153). Sum of RGB (Red+Green+Blue) = 144+128+153=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #908099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908099 is #6F7F66. Grayscale: #878787. Windows color (decimal): -7307111 or 10059920. OLE color: 10059920.

HSL color Cylindrical-coordinate representation of color #908099: hue angle of 278.4º 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 #908099 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 128 153 -
CMYK 0.06 0.16 0 0.4
HSL 278.4º 0.11% 0.55% -
HSV(B) 278.4º 0.16% 0.6% -
XYZ 24.97 23.67 33.39 -
YUV 135.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 144 128 153 0.06 0.16 0 0.4 278.4 0.11 0.55
Hex 90 80 99 6 10 0 28 116 B 37
Octal 220 200 231 6 20 0 50 426 13 67
Binary 10010000 10000000 10011001 110 10000 0 101000 100010110 1011 110111

Color Harmonies of #908099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908099

Black with #908099

Text Example


Text Example

White with #908099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908099; }

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

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

background-color css

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

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

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

border-color css

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

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

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