Html Css Color HEX #957D99 Amethyst Smoke

📋 copy color: '#957D99'

red 149 ◦ green 125 ◦ blue 153

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

Shades of Amethyst Smoke #957D99

Tints of Amethyst Smoke #957D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

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

R = 34.89%
G = 29.27%
B = 35.83%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#957D99 (or 0x957D99) is known color: Amethyst Smoke. HEX triplet: 95, 7D and 99. RGB value is (149,125,153). Sum of RGB (Red+Green+Blue) = 149+125+153=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #957D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D99 is #6A8266. Grayscale: #878787. Windows color (decimal): -6980199 or 10059157. OLE color: 10059157.

HSL color Cylindrical-coordinate representation of color #957D99: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957D99 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 125 153 -
CMYK 0.03 0.18 0 0.4
HSL 291.43º 0.12% 0.55% -
HSV(B) 291.43º 0.18% 0.6% -
XYZ 25.48 23.36 33.3 -
YUV 135.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 149 125 153 0.03 0.18 0 0.4 291.43 0.12 0.55
Hex 95 7D 99 3 12 0 28 123 C 37
Octal 225 175 231 3 22 0 50 443 14 67
Binary 10010101 1111101 10011001 11 10010 0 101000 100100011 1100 110111

Color Harmonies of #957D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D99

Black with #957D99

Text Example


Text Example

White with #957D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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