Html Css Color HEX #908998 Amethyst Smoke

📋 copy color: '#908998'

red 144 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #908998

Tints of Amethyst Smoke #908998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 33.26%
G = 31.64%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#908998 (or 0x908998) is known color: Amethyst Smoke. HEX triplet: 90, 89 and 98. RGB value is (144,137,152). Sum of RGB (Red+Green+Blue) = 144+137+152=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #908998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908998 is #6F7667. Grayscale: #8C8C8C. Windows color (decimal): -7304808 or 9996688. OLE color: 9996688.

HSL color Cylindrical-coordinate representation of color #908998: hue angle of 268º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908998 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 137 152 -
CMYK 0.05 0.10 0 0.40
HSL 268º 0.07% 0.57% -
HSV(B) 268º 0.1% 0.6% -
XYZ 26.11 26.09 33.36 -
YUV 140.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 144 137 152 0.05 0.10 0 0.40 268 0.07 0.57
Hex 90 89 98 5 A 0 28 10C 7 39
Octal 220 211 230 5 12 0 50 414 7 71
Binary 10010000 10001001 10011000 101 1010 0 101000 100001100 111 111001

Color Harmonies of #908998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908998

Black with #908998

Text Example


Text Example

White with #908998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908998; }

 p { color: rgb(144,137,152); }

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

background-color css

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

 a { background-color: rgb(144,137,152); }

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

border-color css

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

 span { border-color: rgb(144,137,152); }

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