Html Css Color HEX #918096 Amethyst Smoke

📋 copy color: '#918096'

red 145 ◦ green 128 ◦ blue 150

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

Shades of Amethyst Smoke #918096

Tints of Amethyst Smoke #918096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 34.28%
G = 30.26%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#918096 (or 0x918096) is known color: Amethyst Smoke. HEX triplet: 91, 80 and 96. RGB value is (145,128,150). Sum of RGB (Red+Green+Blue) = 145+128+150=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 150 - color contains mainly: blue. Hex color #918096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918096 is #6E7F69. Grayscale: #878787. Windows color (decimal): -7241578 or 9863313. OLE color: 9863313.

HSL color Cylindrical-coordinate representation of color #918096: hue angle of 286.36º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #918096 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 128 150 -
CMYK 0.03 0.15 0 0.41
HSL 286.36º 0.09% 0.55% -
HSV(B) 286.36º 0.15% 0.59% -
XYZ 24.9 23.66 32.11 -
YUV 135.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 145 128 150 0.03 0.15 0 0.41 286.36 0.09 0.55
Hex 91 80 96 3 F 0 29 11E 9 37
Octal 221 200 226 3 17 0 51 436 11 67
Binary 10010001 10000000 10010110 11 1111 0 101001 100011110 1001 110111

Color Harmonies of #918096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918096

Black with #918096

Text Example


Text Example

White with #918096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918096; }

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

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

background-color css

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

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

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

border-color css

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

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

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