Html Css Color HEX #957CA1 Amethyst Smoke

📋 copy color: '#957CA1'

red 149 ◦ green 124 ◦ blue 161

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

Shades of Amethyst Smoke #957CA1

Tints of Amethyst Smoke #957CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 34.33%
G = 28.57%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#957CA1 (or 0x957CA1) is known color: Amethyst Smoke. HEX triplet: 95, 7C and A1. RGB value is (149,124,161). Sum of RGB (Red+Green+Blue) = 149+124+161=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #957CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957CA1 is #6A835E. Grayscale: #878787. Windows color (decimal): -6980447 or 10583189. OLE color: 10583189.

HSL color Cylindrical-coordinate representation of color #957CA1: hue angle of 280.54º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957CA1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 124 161 -
CMYK 0.07 0.23 0 0.37
HSL 280.54º 0.16% 0.56% -
HSV(B) 280.54º 0.23% 0.63% -
XYZ 26.04 23.38 36.86 -
YUV 135.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 149 124 161 0.07 0.23 0 0.37 280.54 0.16 0.56
Hex 95 7C A1 7 17 0 25 119 10 38
Octal 225 174 241 7 27 0 45 431 20 70
Binary 10010101 1111100 10100001 111 10111 0 100101 100011001 10000 111000

Color Harmonies of #957CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CA1

Black with #957CA1

Text Example


Text Example

White with #957CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,161); }

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

background-color css

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

 a { background-color: rgb(149,124,161); }

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

border-color css

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

 span { border-color: rgb(149,124,161); }

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