Html Css Color HEX #93899C Amethyst Smoke

📋 copy color: '#93899C'

red 147 ◦ green 137 ◦ blue 156

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

Shades of Amethyst Smoke #93899C

Tints of Amethyst Smoke #93899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 33.41%
G = 31.14%
B = 35.45%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93899C (or 0x93899C) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 9C. RGB value is (147,137,156). Sum of RGB (Red+Green+Blue) = 147+137+156=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #93899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93899C is #6C7663. Grayscale: #8E8E8E. Windows color (decimal): -7108196 or 10258835. OLE color: 10258835.

HSL color Cylindrical-coordinate representation of color #93899C: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93899C is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 137 156 -
CMYK 0.06 0.12 0 0.39
HSL 271.58º 0.09% 0.57% -
HSV(B) 271.58º 0.12% 0.61% -
XYZ 26.98 26.49 35.14 -
YUV 142.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 147 137 156 0.06 0.12 0 0.39 271.58 0.09 0.57
Hex 93 89 9C 6 C 0 27 110 9 39
Octal 223 211 234 6 14 0 47 420 11 71
Binary 10010011 10001001 10011100 110 1100 0 100111 100010000 1001 111001

Color Harmonies of #93899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93899C

Black with #93899C

Text Example


Text Example

White with #93899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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