Html Css Color HEX #938596 Amethyst Smoke

📋 copy color: '#938596'

red 147 ◦ green 133 ◦ blue 150

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

Shades of Amethyst Smoke #938596

Tints of Amethyst Smoke #938596

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 133 (52.34% from 255) = 30.93%

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

R = 34.19%
G = 30.93%
B = 34.88%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#938596 (or 0x938596) is known color: Amethyst Smoke. HEX triplet: 93, 85 and 96. RGB value is (147,133,150). Sum of RGB (Red+Green+Blue) = 147+133+150=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 133 (52.34% from 255 or 30.93% 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 #938596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938596 is #6C7A69. Grayscale: #8B8B8B. Windows color (decimal): -7109226 or 9864595. OLE color: 9864595.

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

Color convert

RGB 147 133 150 -
CMYK 0.02 0.11 0 0.41
HSL 289.41º 0.07% 0.55% -
HSV(B) 289.41º 0.11% 0.59% -
XYZ 25.93 25.18 32.35 -
YUV 139.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 147 133 150 0.02 0.11 0 0.41 289.41 0.07 0.55
Hex 93 85 96 2 B 0 29 121 7 37
Octal 223 205 226 2 13 0 51 441 7 67
Binary 10010011 10000101 10010110 10 1011 0 101001 100100001 111 110111

Color Harmonies of #938596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938596

Black with #938596

Text Example


Text Example

White with #938596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938596; }

 p { color: rgb(147,133,150); }

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

background-color css

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

 a { background-color: rgb(147,133,150); }

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

border-color css

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

 span { border-color: rgb(147,133,150); }

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