Html Css Color HEX #917F97 Amethyst Smoke

📋 copy color: '#917F97'

red 145 ◦ green 127 ◦ blue 151

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

Shades of Amethyst Smoke #917F97

Tints of Amethyst Smoke #917F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 34.28%
G = 30.02%
B = 35.7%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#917F97 (or 0x917F97) is known color: Amethyst Smoke. HEX triplet: 91, 7F and 97. RGB value is (145,127,151). Sum of RGB (Red+Green+Blue) = 145+127+151=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 151 - color contains mainly: blue. Hex color #917F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F97 is #6E8068. Grayscale: #878787. Windows color (decimal): -7241833 or 9928593. OLE color: 9928593.

HSL color Cylindrical-coordinate representation of color #917F97: hue angle of 285º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #917F97 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 127 151 -
CMYK 0.04 0.16 0 0.41
HSL 285º 0.1% 0.55% -
HSV(B) 285º 0.16% 0.59% -
XYZ 24.85 23.43 32.49 -
YUV 135.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 145 127 151 0.04 0.16 0 0.41 285 0.1 0.55
Hex 91 7F 97 4 10 0 29 11D A 37
Octal 221 177 227 4 20 0 51 435 12 67
Binary 10010001 1111111 10010111 100 10000 0 101001 100011101 1010 110111

Color Harmonies of #917F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F97

Black with #917F97

Text Example


Text Example

White with #917F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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