Html Css Color HEX #917E9D Amethyst Smoke

📋 copy color: '#917E9D'

red 145 ◦ green 126 ◦ blue 157

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

Shades of Amethyst Smoke #917E9D

Tints of Amethyst Smoke #917E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 33.88%
G = 29.44%
B = 36.68%

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

#917E9D (or 0x917E9D) is known color: Amethyst Smoke. HEX triplet: 91, 7E and 9D. RGB value is (145,126,157). Sum of RGB (Red+Green+Blue) = 145+126+157=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #917E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E9D is #6E8162. Grayscale: #878787. Windows color (decimal): -7242083 or 10321553. OLE color: 10321553.

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

Color convert

RGB 145 126 157 -
CMYK 0.08 0.20 0 0.38
HSL 276.77º 0.14% 0.55% -
HSV(B) 276.77º 0.2% 0.62% -
XYZ 25.22 23.38 35.08 -
YUV 135.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 145 126 157 0.08 0.20 0 0.38 276.77 0.14 0.55
Hex 91 7E 9D 8 14 0 26 115 E 37
Octal 221 176 235 10 24 0 46 425 16 67
Binary 10010001 1111110 10011101 1000 10100 0 100110 100010101 1110 110111

Color Harmonies of #917E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E9D

Black with #917E9D

Text Example


Text Example

White with #917E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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