Html Css Color HEX #917596 Amethyst Smoke

📋 copy color: '#917596'

red 145 ◦ green 117 ◦ blue 150

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

Shades of Amethyst Smoke #917596

Tints of Amethyst Smoke #917596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 35.19%
G = 28.4%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#917596 (or 0x917596) is known color: Amethyst Smoke. HEX triplet: 91, 75 and 96. RGB value is (145,117,150). Sum of RGB (Red+Green+Blue) = 145+117+150=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #917596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917596 is #6E8A69. Grayscale: #818181. Windows color (decimal): -7244394 or 9860497. OLE color: 9860497.

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

Color convert

RGB 145 117 150 -
CMYK 0.03 0.22 0 0.41
HSL 290.91º 0.14% 0.52% -
HSV(B) 290.91º 0.22% 0.59% -
XYZ 23.54 20.94 31.66 -
YUV 129.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 145 117 150 0.03 0.22 0 0.41 290.91 0.14 0.52
Hex 91 75 96 3 16 0 29 123 E 34
Octal 221 165 226 3 26 0 51 443 16 64
Binary 10010001 1110101 10010110 11 10110 0 101001 100100011 1110 110100

Color Harmonies of #917596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917596

Black with #917596

Text Example


Text Example

White with #917596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917596; }

 p { color: rgb(145,117,150); }

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

background-color css

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

 a { background-color: rgb(145,117,150); }

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

border-color css

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

 span { border-color: rgb(145,117,150); }

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