Html Css Color HEX #957A9D Amethyst Smoke

📋 copy color: '#957A9D'

red 149 ◦ green 122 ◦ blue 157

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

Shades of Amethyst Smoke #957A9D

Tints of Amethyst Smoke #957A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 34.81%
G = 28.5%
B = 36.68%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#957A9D (or 0x957A9D) is known color: Amethyst Smoke. HEX triplet: 95, 7A and 9D. RGB value is (149,122,157). Sum of RGB (Red+Green+Blue) = 149+122+157=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #957A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A9D is #6A8562. Grayscale: #858585. Windows color (decimal): -6980963 or 10320533. OLE color: 10320533.

HSL color Cylindrical-coordinate representation of color #957A9D: hue angle of 286.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957A9D is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 122 157 -
CMYK 0.05 0.22 0 0.38
HSL 286.29º 0.15% 0.55% -
HSV(B) 286.29º 0.22% 0.62% -
XYZ 25.44 22.74 34.95 -
YUV 134.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 149 122 157 0.05 0.22 0 0.38 286.29 0.15 0.55
Hex 95 7A 9D 5 16 0 26 11E F 37
Octal 225 172 235 5 26 0 46 436 17 67
Binary 10010101 1111010 10011101 101 10110 0 100110 100011110 1111 110111

Color Harmonies of #957A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A9D

Black with #957A9D

Text Example


Text Example

White with #957A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,157); }

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

background-color css

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

 a { background-color: rgb(149,122,157); }

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

border-color css

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

 span { border-color: rgb(149,122,157); }

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