Html Css Color HEX #957B9D Amethyst Smoke

📋 copy color: '#957B9D'

red 149 ◦ green 123 ◦ blue 157

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

Shades of Amethyst Smoke #957B9D

Tints of Amethyst Smoke #957B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

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

R = 34.73%
G = 28.67%
B = 36.6%

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

#957B9D (or 0x957B9D) is known color: Amethyst Smoke. HEX triplet: 95, 7B and 9D. RGB value is (149,123,157). Sum of RGB (Red+Green+Blue) = 149+123+157=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #957B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957B9D is #6A8462. Grayscale: #868686. Windows color (decimal): -6980707 or 10320789. OLE color: 10320789.

HSL color Cylindrical-coordinate representation of color #957B9D: hue angle of 285.88º 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 #957B9D is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 123 157 -
CMYK 0.05 0.22 0 0.38
HSL 285.88º 0.15% 0.55% -
HSV(B) 285.88º 0.22% 0.62% -
XYZ 25.56 22.99 34.99 -
YUV 134.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 149 123 157 0.05 0.22 0 0.38 285.88 0.15 0.55
Hex 95 7B 9D 5 16 0 26 11E F 37
Octal 225 173 235 5 26 0 46 436 17 67
Binary 10010101 1111011 10011101 101 10110 0 100110 100011110 1111 110111

Color Harmonies of #957B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B9D

Black with #957B9D

Text Example


Text Example

White with #957B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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