Html Css Color HEX #917D9F Amethyst Smoke

📋 copy color: '#917D9F'

red 145 ◦ green 125 ◦ blue 159

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

Shades of Amethyst Smoke #917D9F

Tints of Amethyst Smoke #917D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 33.8%
G = 29.14%
B = 37.06%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#917D9F (or 0x917D9F) is known color: Amethyst Smoke. HEX triplet: 91, 7D and 9F. RGB value is (145,125,159). Sum of RGB (Red+Green+Blue) = 145+125+159=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #917D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D9F is #6E8260. Grayscale: #868686. Windows color (decimal): -7242337 or 10452369. OLE color: 10452369.

HSL color Cylindrical-coordinate representation of color #917D9F: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917D9F is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 125 159 -
CMYK 0.09 0.21 0 0.38
HSL 275.29º 0.15% 0.56% -
HSV(B) 275.29º 0.21% 0.62% -
XYZ 25.27 23.19 35.95 -
YUV 134.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 145 125 159 0.09 0.21 0 0.38 275.29 0.15 0.56
Hex 91 7D 9F 9 15 0 26 113 F 38
Octal 221 175 237 11 25 0 46 423 17 70
Binary 10010001 1111101 10011111 1001 10101 0 100110 100010011 1111 111000

Color Harmonies of #917D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D9F

Black with #917D9F

Text Example


Text Example

White with #917D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,159); }

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

background-color css

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

 a { background-color: rgb(145,125,159); }

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

border-color css

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

 span { border-color: rgb(145,125,159); }

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