Html Css Color HEX #917E9E Amethyst Smoke

📋 copy color: '#917E9E'

red 145 ◦ green 126 ◦ blue 158

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

Shades of Amethyst Smoke #917E9E

Tints of Amethyst Smoke #917E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 33.8%
G = 29.37%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#917E9E (or 0x917E9E) is known color: Amethyst Smoke. HEX triplet: 91, 7E and 9E. RGB value is (145,126,158). Sum of RGB (Red+Green+Blue) = 145+126+158=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #917E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E9E is #6E8161. Grayscale: #878787. Windows color (decimal): -7242082 or 10387089. OLE color: 10387089.

HSL color Cylindrical-coordinate representation of color #917E9E: hue angle of 275.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917E9E is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 126 158 -
CMYK 0.08 0.20 0 0.38
HSL 275.63º 0.14% 0.56% -
HSV(B) 275.63º 0.2% 0.62% -
XYZ 25.31 23.41 35.53 -
YUV 135.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 145 126 158 0.08 0.20 0 0.38 275.63 0.14 0.56
Hex 91 7E 9E 8 14 0 26 114 E 38
Octal 221 176 236 10 24 0 46 424 16 70
Binary 10010001 1111110 10011110 1000 10100 0 100110 100010100 1110 111000

Color Harmonies of #917E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E9E

Black with #917E9E

Text Example


Text Example

White with #917E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E9E; }

 p { color: rgb(145,126,158); }

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

background-color css

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

 a { background-color: rgb(145,126,158); }

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

border-color css

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

 span { border-color: rgb(145,126,158); }

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