Html Css Color HEX #93899D Amethyst Smoke

📋 copy color: '#93899D'

red 147 ◦ green 137 ◦ blue 157

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

Shades of Amethyst Smoke #93899D

Tints of Amethyst Smoke #93899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 33.33%
G = 31.07%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93899D (or 0x93899D) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 9D. RGB value is (147,137,157). Sum of RGB (Red+Green+Blue) = 147+137+157=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #93899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93899D is #6C7662. Grayscale: #8E8E8E. Windows color (decimal): -7108195 or 10324371. OLE color: 10324371.

HSL color Cylindrical-coordinate representation of color #93899D: hue angle of 270º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93899D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 137 157 -
CMYK 0.06 0.13 0 0.38
HSL 270º 0.09% 0.58% -
HSV(B) 270º 0.13% 0.62% -
XYZ 27.06 26.53 35.59 -
YUV 142.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 147 137 157 0.06 0.13 0 0.38 270 0.09 0.58
Hex 93 89 9D 6 D 0 26 10E 9 3A
Octal 223 211 235 6 15 0 46 416 11 72
Binary 10010011 10001001 10011101 110 1101 0 100110 100001110 1001 111010

Color Harmonies of #93899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93899D

Black with #93899D

Text Example


Text Example

White with #93899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93899D; }

 p { color: rgb(147,137,157); }

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

background-color css

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

 a { background-color: rgb(147,137,157); }

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

border-color css

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

 span { border-color: rgb(147,137,157); }

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