Html Css Color HEX #93849E Amethyst Smoke

📋 copy color: '#93849E'

red 147 ◦ green 132 ◦ blue 158

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

Shades of Amethyst Smoke #93849E

Tints of Amethyst Smoke #93849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

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

R = 33.64%
G = 30.21%
B = 36.16%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93849E (or 0x93849E) is known color: Amethyst Smoke. HEX triplet: 93, 84 and 9E. RGB value is (147,132,158). Sum of RGB (Red+Green+Blue) = 147+132+158=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 158 - color contains mainly: blue. Hex color #93849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93849E is #6C7B61. Grayscale: #8B8B8B. Windows color (decimal): -7109474 or 10388627. OLE color: 10388627.

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

Color convert

RGB 147 132 158 -
CMYK 0.07 0.16 0 0.38
HSL 274.62º 0.12% 0.57% -
HSV(B) 274.62º 0.16% 0.62% -
XYZ 26.46 25.17 35.81 -
YUV 139.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 147 132 158 0.07 0.16 0 0.38 274.62 0.12 0.57
Hex 93 84 9E 7 10 0 26 113 C 39
Octal 223 204 236 7 20 0 46 423 14 71
Binary 10010011 10000100 10011110 111 10000 0 100110 100010011 1100 111001

Color Harmonies of #93849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93849E

Black with #93849E

Text Example


Text Example

White with #93849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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