Html Css Color HEX #958197 Amethyst Smoke

📋 copy color: '#958197'

red 149 ◦ green 129 ◦ blue 151

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

Shades of Amethyst Smoke #958197

Tints of Amethyst Smoke #958197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 34.73%
G = 30.07%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#958197 (or 0x958197) is known color: Amethyst Smoke. HEX triplet: 95, 81 and 97. RGB value is (149,129,151). Sum of RGB (Red+Green+Blue) = 149+129+151=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #958197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958197 is #6A7E68. Grayscale: #898989. Windows color (decimal): -6979177 or 9929109. OLE color: 9929109.

HSL color Cylindrical-coordinate representation of color #958197: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #958197 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 129 151 -
CMYK 0.01 0.15 0 0.41
HSL 294.55º 0.1% 0.55% -
HSV(B) 294.55º 0.15% 0.59% -
XYZ 25.83 24.32 32.61 -
YUV 137.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 149 129 151 0.01 0.15 0 0.41 294.55 0.1 0.55
Hex 95 81 97 1 F 0 29 127 A 37
Octal 225 201 227 1 17 0 51 447 12 67
Binary 10010101 10000001 10010111 1 1111 0 101001 100100111 1010 110111

Color Harmonies of #958197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958197

Black with #958197

Text Example


Text Example

White with #958197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958197; }

 p { color: rgb(149,129,151); }

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

background-color css

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

 a { background-color: rgb(149,129,151); }

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

border-color css

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

 span { border-color: rgb(149,129,151); }

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