Html Css Color HEX #917697 Amethyst Smoke

📋 copy color: '#917697'

red 145 ◦ green 118 ◦ blue 151

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

Shades of Amethyst Smoke #917697

Tints of Amethyst Smoke #917697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

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

R = 35.02%
G = 28.5%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#917697 (or 0x917697) is known color: Amethyst Smoke. HEX triplet: 91, 76 and 97. RGB value is (145,118,151). Sum of RGB (Red+Green+Blue) = 145+118+151=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #917697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917697 is #6E8968. Grayscale: #818181. Windows color (decimal): -7244137 or 9926289. OLE color: 9926289.

HSL color Cylindrical-coordinate representation of color #917697: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917697 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 118 151 -
CMYK 0.04 0.22 0 0.41
HSL 289.09º 0.14% 0.53% -
HSV(B) 289.09º 0.22% 0.59% -
XYZ 23.74 21.21 32.12 -
YUV 129.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 145 118 151 0.04 0.22 0 0.41 289.09 0.14 0.53
Hex 91 76 97 4 16 0 29 121 E 35
Octal 221 166 227 4 26 0 51 441 16 65
Binary 10010001 1110110 10010111 100 10110 0 101001 100100001 1110 110101

Color Harmonies of #917697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917697

Black with #917697

Text Example


Text Example

White with #917697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917697; }

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

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

background-color css

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

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

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

border-color css

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

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

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