Html Css Color HEX #93889D Amethyst Smoke

📋 copy color: '#93889D'

red 147 ◦ green 136 ◦ blue 157

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

Shades of Amethyst Smoke #93889D

Tints of Amethyst Smoke #93889D

RGB

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

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

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

R = 33.41%
G = 30.91%
B = 35.68%

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

#93889D (or 0x93889D) is known color: Amethyst Smoke. HEX triplet: 93, 88 and 9D. RGB value is (147,136,157). Sum of RGB (Red+Green+Blue) = 147+136+157=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #93889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93889D is #6C7762. Grayscale: #8D8D8D. Windows color (decimal): -7108451 or 10324115. OLE color: 10324115.

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

Color convert

RGB 147 136 157 -
CMYK 0.06 0.13 0 0.38
HSL 271.43º 0.1% 0.57% -
HSV(B) 271.43º 0.13% 0.62% -
XYZ 26.92 26.25 35.55 -
YUV 141.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 147 136 157 0.06 0.13 0 0.38 271.43 0.1 0.57
Hex 93 88 9D 6 D 0 26 10F A 39
Octal 223 210 235 6 15 0 46 417 12 71
Binary 10010011 10001000 10011101 110 1101 0 100110 100001111 1010 111001

Color Harmonies of #93889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93889D

Black with #93889D

Text Example


Text Example

White with #93889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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