Html Css Color HEX #938893 Amethyst Smoke

📋 copy color: '#938893'

red 147 ◦ green 136 ◦ blue 147

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

Shades of Amethyst Smoke #938893

Tints of Amethyst Smoke #938893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 34.19%
G = 31.63%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938893 (or 0x938893) is known color: Amethyst Smoke. HEX triplet: 93, 88 and 93. RGB value is (147,136,147). Sum of RGB (Red+Green+Blue) = 147+136+147=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938893 is #6C776C. Grayscale: #8C8C8C. Windows color (decimal): -7108461 or 9668755. OLE color: 9668755.

HSL color Cylindrical-coordinate representation of color #938893: hue angle of 300º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938893 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 147 -
CMYK 0 0.07 0 0.42
HSL 300º 0.05% 0.55% -
HSV(B) 300º 0.07% 0.58% -
XYZ 26.1 25.92 31.23 -
YUV 140.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 147 136 147 0 0.07 0 0.42 300 0.05 0.55
Hex 93 88 93 0 7 0 2A 12C 5 37
Octal 223 210 223 0 7 0 52 454 5 67
Binary 10010011 10001000 10010011 0 111 0 101010 100101100 101 110111

Color Harmonies of #938893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938893

Black with #938893

Text Example


Text Example

White with #938893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938893; }

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

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

background-color css

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

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

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

border-color css

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

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

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