Html Css Color HEX #918099 Amethyst Smoke

📋 copy color: '#918099'

red 145 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #918099

Tints of Amethyst Smoke #918099

RGB

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

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

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

R = 34.04%
G = 30.05%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918099 (or 0x918099) is known color: Amethyst Smoke. HEX triplet: 91, 80 and 99. RGB value is (145,128,153). Sum of RGB (Red+Green+Blue) = 145+128+153=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #918099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918099 is #6E7F66. Grayscale: #878787. Windows color (decimal): -7241575 or 10059921. OLE color: 10059921.

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

Color convert

RGB 145 128 153 -
CMYK 0.05 0.16 0 0.4
HSL 280.8º 0.11% 0.55% -
HSV(B) 280.8º 0.16% 0.6% -
XYZ 25.15 23.76 33.4 -
YUV 135.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 145 128 153 0.05 0.16 0 0.4 280.8 0.11 0.55
Hex 91 80 99 5 10 0 28 119 B 37
Octal 221 200 231 5 20 0 50 431 13 67
Binary 10010001 10000000 10011001 101 10000 0 101000 100011001 1011 110111

Color Harmonies of #918099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918099

Black with #918099

Text Example


Text Example

White with #918099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918099; }

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

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

background-color css

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

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

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

border-color css

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

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

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