Html Css Color HEX #917795 Amethyst Smoke

📋 copy color: '#917795'

red 145 ◦ green 119 ◦ blue 149

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

Shades of Amethyst Smoke #917795

Tints of Amethyst Smoke #917795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 35.11%
G = 28.81%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#917795 (or 0x917795) is known color: Amethyst Smoke. HEX triplet: 91, 77 and 95. RGB value is (145,119,149). Sum of RGB (Red+Green+Blue) = 145+119+149=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #917795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917795 is #6E886A. Grayscale: #828282. Windows color (decimal): -7243883 or 9795473. OLE color: 9795473.

HSL color Cylindrical-coordinate representation of color #917795: hue angle of 292º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917795 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 119 149 -
CMYK 0.03 0.20 0 0.42
HSL 292º 0.12% 0.53% -
HSV(B) 292º 0.2% 0.58% -
XYZ 23.7 21.38 31.31 -
YUV 130.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 145 119 149 0.03 0.20 0 0.42 292 0.12 0.53
Hex 91 77 95 3 14 0 2A 124 C 35
Octal 221 167 225 3 24 0 52 444 14 65
Binary 10010001 1110111 10010101 11 10100 0 101010 100100100 1100 110101

Color Harmonies of #917795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917795

Black with #917795

Text Example


Text Example

White with #917795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917795; }

 p { color: rgb(145,119,149); }

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

background-color css

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

 a { background-color: rgb(145,119,149); }

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

border-color css

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

 span { border-color: rgb(145,119,149); }

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