#957F9B

Color #957F9B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #957F9B

Tints of Amethyst Smoke #957F9B

Color information

#957F9B (or 0x957F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 7F and 9B. RGB value is (149,127,155). Sum of RGB (Red+Green+Blue) = 149+127+155=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #957F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F9B is #6A8064. Grayscale: #888888. Windows color (decimal): -6979685 or 10190741. OLE color: 10190741.

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

Color convert

RGB149127155-
CMYK0.040.1800.39
HSL287.14º12.28%55.29%-
HSV(B)287.14º18.06%60.78%-
XYZ25.923.9334.27-
YUV136.77138.29136.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=34.57%
G=29.47%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491271550.040.1800.39287.1412.2855.29
Hex957F9B41202711fc37
Octal2251772334220474371467
Binary100101011111111100110111001001001001111000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #957F9B;
 }
 .AnyTagClassName
 {
   color: #957F9B;
 }
</style>
background-color css

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

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

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

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

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

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