Html Css Color HEX #957F9C Amethyst Smoke

📋 copy color: '#957F9C'

red 149 ◦ green 127 ◦ blue 156

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

Shades of Amethyst Smoke #957F9C

Tints of Amethyst Smoke #957F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 34.49%
G = 29.4%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#957F9C (or 0x957F9C) is known color: Amethyst Smoke. HEX triplet: 95, 7F and 9C. RGB value is (149,127,156). Sum of RGB (Red+Green+Blue) = 149+127+156=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: blue. Hex color #957F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F9C is #6A8063. Grayscale: #888888. Windows color (decimal): -6979684 or 10256277. OLE color: 10256277.

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

Color convert

RGB 149 127 156 -
CMYK 0.04 0.19 0 0.39
HSL 285.52º 0.13% 0.55% -
HSV(B) 285.52º 0.19% 0.61% -
XYZ 25.98 23.97 34.71 -
YUV 136.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 149 127 156 0.04 0.19 0 0.39 285.52 0.13 0.55
Hex 95 7F 9C 4 13 0 27 11E D 37
Octal 225 177 234 4 23 0 47 436 15 67
Binary 10010101 1111111 10011100 100 10011 0 100111 100011110 1101 110111

Color Harmonies of #957F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F9C

Black with #957F9C

Text Example


Text Example

White with #957F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,156); }

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

background-color css

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

 a { background-color: rgb(149,127,156); }

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

border-color css

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

 span { border-color: rgb(149,127,156); }

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