Html Css Color HEX #917F9E Amethyst Smoke

📋 copy color: '#917F9E'

red 145 ◦ green 127 ◦ blue 158

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

Shades of Amethyst Smoke #917F9E

Tints of Amethyst Smoke #917F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 33.72%
G = 29.53%
B = 36.74%

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

#917F9E (or 0x917F9E) is known color: Amethyst Smoke. HEX triplet: 91, 7F and 9E. RGB value is (145,127,158). Sum of RGB (Red+Green+Blue) = 145+127+158=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #917F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F9E is #6E8061. Grayscale: #878787. Windows color (decimal): -7241826 or 10387345. OLE color: 10387345.

HSL color Cylindrical-coordinate representation of color #917F9E: hue angle of 274.84º 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 #917F9E is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 127 158 -
CMYK 0.08 0.20 0 0.38
HSL 274.84º 0.14% 0.56% -
HSV(B) 274.84º 0.2% 0.62% -
XYZ 25.44 23.67 35.58 -
YUV 135.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 145 127 158 0.08 0.20 0 0.38 274.84 0.14 0.56
Hex 91 7F 9E 8 14 0 26 113 E 38
Octal 221 177 236 10 24 0 46 423 16 70
Binary 10010001 1111111 10011110 1000 10100 0 100110 100010011 1110 111000

Color Harmonies of #917F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F9E

Black with #917F9E

Text Example


Text Example

White with #917F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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