Html Css Color HEX #938093 Amethyst Smoke

📋 copy color: '#938093'

red 147 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #938093

Tints of Amethyst Smoke #938093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 34.83%
G = 30.33%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938093 (or 0x938093) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 93. RGB value is (147,128,147). Sum of RGB (Red+Green+Blue) = 147+128+147=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938093 is #6C7F6C. Grayscale: #878787. Windows color (decimal): -7110509 or 9666707. OLE color: 9666707.

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

Color convert

RGB 147 128 147 -
CMYK 0 0.13 0 0.42
HSL 300º 0.08% 0.54% -
HSV(B) 300º 0.13% 0.58% -
XYZ 25.02 23.75 30.87 -
YUV 135.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 147 128 147 0 0.13 0 0.42 300 0.08 0.54
Hex 93 80 93 0 D 0 2A 12C 8 36
Octal 223 200 223 0 15 0 52 454 10 66
Binary 10010011 10000000 10010011 0 1101 0 101010 100101100 1000 110110

Color Harmonies of #938093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938093

Black with #938093

Text Example


Text Example

White with #938093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938093; }

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

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

background-color css

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

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

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

border-color css

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

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

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