Html Css Color HEX #93889C Amethyst Smoke

📋 copy color: '#93889C'

red 147 ◦ green 136 ◦ blue 156

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

Shades of Amethyst Smoke #93889C

Tints of Amethyst Smoke #93889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 33.49%
G = 30.98%
B = 35.54%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93889C (or 0x93889C) is known color: Amethyst Smoke. HEX triplet: 93, 88 and 9C. RGB value is (147,136,156). Sum of RGB (Red+Green+Blue) = 147+136+156=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 156 - color contains mainly: blue. Hex color #93889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93889C is #6C7763. Grayscale: #8D8D8D. Windows color (decimal): -7108452 or 10258579. OLE color: 10258579.

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

Color convert

RGB 147 136 156 -
CMYK 0.06 0.13 0 0.39
HSL 273º 0.09% 0.57% -
HSV(B) 273º 0.13% 0.61% -
XYZ 26.84 26.21 35.1 -
YUV 141.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 147 136 156 0.06 0.13 0 0.39 273 0.09 0.57
Hex 93 88 9C 6 D 0 27 111 9 39
Octal 223 210 234 6 15 0 47 421 11 71
Binary 10010011 10001000 10011100 110 1101 0 100111 100010001 1001 111001

Color Harmonies of #93889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93889C

Black with #93889C

Text Example


Text Example

White with #93889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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