Html Css Color HEX #93839E Amethyst Smoke

📋 copy color: '#93839E'

red 147 ◦ green 131 ◦ blue 158

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

Shades of Amethyst Smoke #93839E

Tints of Amethyst Smoke #93839E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 33.72%
G = 30.05%
B = 36.24%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93839E (or 0x93839E) is known color: Amethyst Smoke. HEX triplet: 93, 83 and 9E. RGB value is (147,131,158). Sum of RGB (Red+Green+Blue) = 147+131+158=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #93839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93839E is #6C7C61. Grayscale: #8A8A8A. Windows color (decimal): -7109730 or 10388371. OLE color: 10388371.

HSL color Cylindrical-coordinate representation of color #93839E: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93839E is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 131 158 -
CMYK 0.07 0.17 0 0.38
HSL 275.56º 0.12% 0.57% -
HSV(B) 275.56º 0.17% 0.62% -
XYZ 26.32 24.9 35.77 -
YUV 138.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 147 131 158 0.07 0.17 0 0.38 275.56 0.12 0.57
Hex 93 83 9E 7 11 0 26 114 C 39
Octal 223 203 236 7 21 0 46 424 14 71
Binary 10010011 10000011 10011110 111 10001 0 100110 100010100 1100 111001

Color Harmonies of #93839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93839E

Black with #93839E

Text Example


Text Example

White with #93839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93839E; }

 p { color: rgb(147,131,158); }

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

background-color css

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

 a { background-color: rgb(147,131,158); }

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

border-color css

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

 span { border-color: rgb(147,131,158); }

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