Html Css Color HEX #957F9A Amethyst Smoke

📋 copy color: '#957F9A'

red 149 ◦ green 127 ◦ blue 154

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

Shades of Amethyst Smoke #957F9A

Tints of Amethyst Smoke #957F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 34.65%
G = 29.53%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#957F9A (or 0x957F9A) is known color: Amethyst Smoke. HEX triplet: 95, 7F and 9A. RGB value is (149,127,154). Sum of RGB (Red+Green+Blue) = 149+127+154=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #957F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F9A is #6A8065. Grayscale: #888888. Windows color (decimal): -6979686 or 10125205. OLE color: 10125205.

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

Color convert

RGB 149 127 154 -
CMYK 0.03 0.18 0 0.40
HSL 288.89º 0.12% 0.55% -
HSV(B) 288.89º 0.18% 0.6% -
XYZ 25.82 23.9 33.82 -
YUV 136.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 149 127 154 0.03 0.18 0 0.40 288.89 0.12 0.55
Hex 95 7F 9A 3 12 0 28 121 C 37
Octal 225 177 232 3 22 0 50 441 14 67
Binary 10010101 1111111 10011010 11 10010 0 101000 100100001 1100 110111

Color Harmonies of #957F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F9A

Black with #957F9A

Text Example


Text Example

White with #957F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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