Html Css Color HEX #957A9B Amethyst Smoke

📋 copy color: '#957A9B'

red 149 ◦ green 122 ◦ blue 155

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

Shades of Amethyst Smoke #957A9B

Tints of Amethyst Smoke #957A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 34.98%
G = 28.64%
B = 36.38%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#957A9B (or 0x957A9B) is known color: Amethyst Smoke. HEX triplet: 95, 7A and 9B. RGB value is (149,122,155). Sum of RGB (Red+Green+Blue) = 149+122+155=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #957A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A9B is #6A8564. Grayscale: #858585. Windows color (decimal): -6980965 or 10189461. OLE color: 10189461.

HSL color Cylindrical-coordinate representation of color #957A9B: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957A9B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 122 155 -
CMYK 0.04 0.21 0 0.39
HSL 289.09º 0.14% 0.54% -
HSV(B) 289.09º 0.21% 0.61% -
XYZ 25.27 22.68 34.06 -
YUV 133.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 149 122 155 0.04 0.21 0 0.39 289.09 0.14 0.54
Hex 95 7A 9B 4 15 0 27 121 E 36
Octal 225 172 233 4 25 0 47 441 16 66
Binary 10010101 1111010 10011011 100 10101 0 100111 100100001 1110 110110

Color Harmonies of #957A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A9B

Black with #957A9B

Text Example


Text Example

White with #957A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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