Html Css Color HEX #958396 Amethyst Smoke

📋 copy color: '#958396'

red 149 ◦ green 131 ◦ blue 150

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

Shades of Amethyst Smoke #958396

Tints of Amethyst Smoke #958396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 34.65%
G = 30.47%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#958396 (or 0x958396) is known color: Amethyst Smoke. HEX triplet: 95, 83 and 96. RGB value is (149,131,150). Sum of RGB (Red+Green+Blue) = 149+131+150=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #958396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958396 is #6A7C69. Grayscale: #8A8A8A. Windows color (decimal): -6978666 or 9864085. OLE color: 9864085.

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

Color convert

RGB 149 131 150 -
CMYK 0.01 0.13 0 0.41
HSL 296.84º 0.08% 0.55% -
HSV(B) 296.84º 0.13% 0.59% -
XYZ 26.02 24.82 32.27 -
YUV 138.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 149 131 150 0.01 0.13 0 0.41 296.84 0.08 0.55
Hex 95 83 96 1 D 0 29 129 8 37
Octal 225 203 226 1 15 0 51 451 10 67
Binary 10010101 10000011 10010110 1 1101 0 101001 100101001 1000 110111

Color Harmonies of #958396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958396

Black with #958396

Text Example


Text Example

White with #958396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958396; }

 p { color: rgb(149,131,150); }

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

background-color css

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

 a { background-color: rgb(149,131,150); }

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

border-color css

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

 span { border-color: rgb(149,131,150); }

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