Html Css Color HEX #918A99 Amethyst Smoke

📋 copy color: '#918A99'

red 145 ◦ green 138 ◦ blue 153

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

Shades of Amethyst Smoke #918A99

Tints of Amethyst Smoke #918A99

RGB

 RED value IS 145 (57.03% from 255) = 33.26%

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 33.26%
G = 31.65%
B = 35.09%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918A99 (or 0x918A99) is known color: Amethyst Smoke. HEX triplet: 91, 8A and 99. RGB value is (145,138,153). Sum of RGB (Red+Green+Blue) = 145+138+153=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #918A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A99 is #6E7566. Grayscale: #8D8D8D. Windows color (decimal): -7239015 or 10062481. OLE color: 10062481.

HSL color Cylindrical-coordinate representation of color #918A99: 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 #918A99 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 138 153 -
CMYK 0.05 0.10 0 0.4
HSL 268º 0.07% 0.57% -
HSV(B) 268º 0.1% 0.6% -
XYZ 26.52 26.5 33.85 -
YUV 141.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 145 138 153 0.05 0.10 0 0.4 268 0.07 0.57
Hex 91 8A 99 5 A 0 28 10C 7 39
Octal 221 212 231 5 12 0 50 414 7 71
Binary 10010001 10001010 10011001 101 1010 0 101000 100001100 111 111001

Color Harmonies of #918A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A99

Black with #918A99

Text Example


Text Example

White with #918A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A99; }

 p { color: rgb(145,138,153); }

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

background-color css

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

 a { background-color: rgb(145,138,153); }

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

border-color css

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

 span { border-color: rgb(145,138,153); }

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