Html Css Color HEX #917595 Amethyst Smoke

📋 copy color: '#917595'

red 145 ◦ green 117 ◦ blue 149

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

Shades of Amethyst Smoke #917595

Tints of Amethyst Smoke #917595

RGB

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

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

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

R = 35.28%
G = 28.47%
B = 36.25%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#917595 (or 0x917595) is known color: Amethyst Smoke. HEX triplet: 91, 75 and 95. RGB value is (145,117,149). Sum of RGB (Red+Green+Blue) = 145+117+149=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #917595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917595 is #6E8A6A. Grayscale: #808080. Windows color (decimal): -7244395 or 9794961. OLE color: 9794961.

HSL color Cylindrical-coordinate representation of color #917595: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917595 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 117 149 -
CMYK 0.03 0.21 0 0.42
HSL 292.5º 0.13% 0.52% -
HSV(B) 292.5º 0.21% 0.58% -
XYZ 23.46 20.91 31.23 -
YUV 129.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 145 117 149 0.03 0.21 0 0.42 292.5 0.13 0.52
Hex 91 75 95 3 15 0 2A 124 D 34
Octal 221 165 225 3 25 0 52 444 15 64
Binary 10010001 1110101 10010101 11 10101 0 101010 100100100 1101 110100

Color Harmonies of #917595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917595

Black with #917595

Text Example


Text Example

White with #917595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917595; }

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

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

background-color css

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

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

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

border-color css

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

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

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