Html Css Color HEX #918597 Amethyst Smoke

📋 copy color: '#918597'

red 145 ◦ green 133 ◦ blue 151

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

Shades of Amethyst Smoke #918597

Tints of Amethyst Smoke #918597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 33.8%
G = 31%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#918597 (or 0x918597) is known color: Amethyst Smoke. HEX triplet: 91, 85 and 97. RGB value is (145,133,151). Sum of RGB (Red+Green+Blue) = 145+133+151=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #918597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918597 is #6E7A68. Grayscale: #8A8A8A. Windows color (decimal): -7240297 or 9930129. OLE color: 9930129.

HSL color Cylindrical-coordinate representation of color #918597: hue angle of 280º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918597 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 133 151 -
CMYK 0.04 0.12 0 0.41
HSL 280º 0.08% 0.56% -
HSV(B) 280º 0.12% 0.59% -
XYZ 25.65 25.03 32.76 -
YUV 138.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 145 133 151 0.04 0.12 0 0.41 280 0.08 0.56
Hex 91 85 97 4 C 0 29 118 8 38
Octal 221 205 227 4 14 0 51 430 10 70
Binary 10010001 10000101 10010111 100 1100 0 101001 100011000 1000 111000

Color Harmonies of #918597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918597

Black with #918597

Text Example


Text Example

White with #918597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918597; }

 p { color: rgb(145,133,151); }

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

background-color css

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

 a { background-color: rgb(145,133,151); }

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

border-color css

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

 span { border-color: rgb(145,133,151); }

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