Html Css Color HEX #918C98 Amethyst Smoke

📋 copy color: '#918C98'

red 145 ◦ green 140 ◦ blue 152

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

Shades of Amethyst Smoke #918C98

Tints of Amethyst Smoke #918C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

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

R = 33.18%
G = 32.04%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#918C98 (or 0x918C98) is known color: Amethyst Smoke. HEX triplet: 91, 8C and 98. RGB value is (145,140,152). Sum of RGB (Red+Green+Blue) = 145+140+152=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #918C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C98 is #6E7367. Grayscale: #8E8E8E. Windows color (decimal): -7238504 or 9997457. OLE color: 9997457.

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

Color convert

RGB 145 140 152 -
CMYK 0.05 0.08 0 0.40
HSL 265º 0.06% 0.57% -
HSV(B) 265º 0.08% 0.6% -
XYZ 26.72 27.04 33.52 -
YUV 142.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 145 140 152 0.05 0.08 0 0.40 265 0.06 0.57
Hex 91 8C 98 5 8 0 28 109 6 39
Octal 221 214 230 5 10 0 50 411 6 71
Binary 10010001 10001100 10011000 101 1000 0 101000 100001001 110 111001

Color Harmonies of #918C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C98

Black with #918C98

Text Example


Text Example

White with #918C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,140,152); }

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

background-color css

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

 a { background-color: rgb(145,140,152); }

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

border-color css

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

 span { border-color: rgb(145,140,152); }

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