Html Css Color HEX #957599 Amethyst Smoke

📋 copy color: '#957599'

red 149 ◦ green 117 ◦ blue 153

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

Shades of Amethyst Smoke #957599

Tints of Amethyst Smoke #957599

RGB

 RED value IS 149 (58.59% from 255) = 35.56%

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 35.56%
G = 27.92%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#957599 (or 0x957599) is known color: Amethyst Smoke. HEX triplet: 95, 75 and 99. RGB value is (149,117,153). Sum of RGB (Red+Green+Blue) = 149+117+153=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #957599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957599 is #6A8A66. Grayscale: #828282. Windows color (decimal): -6982247 or 10057109. OLE color: 10057109.

HSL color Cylindrical-coordinate representation of color #957599: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957599 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 117 153 -
CMYK 0.03 0.24 0 0.4
HSL 293.33º 0.15% 0.53% -
HSV(B) 293.33º 0.24% 0.6% -
XYZ 24.51 21.41 32.98 -
YUV 130.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 149 117 153 0.03 0.24 0 0.4 293.33 0.15 0.53
Hex 95 75 99 3 18 0 28 125 F 35
Octal 225 165 231 3 30 0 50 445 17 65
Binary 10010101 1110101 10011001 11 11000 0 101000 100100101 1111 110101

Color Harmonies of #957599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957599

Black with #957599

Text Example


Text Example

White with #957599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957599; }

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

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

background-color css

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

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

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

border-color css

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

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

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