Html Css Color HEX #938793 Amethyst Smoke

📋 copy color: '#938793'

red 147 ◦ green 135 ◦ blue 147

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

Shades of Amethyst Smoke #938793

Tints of Amethyst Smoke #938793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

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

R = 34.27%
G = 31.47%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938793 (or 0x938793) is known color: Amethyst Smoke. HEX triplet: 93, 87 and 93. RGB value is (147,135,147). Sum of RGB (Red+Green+Blue) = 147+135+147=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938793 is #6C786C. Grayscale: #8B8B8B. Windows color (decimal): -7108717 or 9668499. OLE color: 9668499.

HSL color Cylindrical-coordinate representation of color #938793: 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.08%. Process color model (Four color, CMYK) of #938793 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 147 -
CMYK 0 0.08 0 0.42
HSL 300º 0.05% 0.55% -
HSV(B) 300º 0.08% 0.58% -
XYZ 25.96 25.64 31.18 -
YUV 139.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 147 135 147 0 0.08 0 0.42 300 0.05 0.55
Hex 93 87 93 0 8 0 2A 12C 5 37
Octal 223 207 223 0 10 0 52 454 5 67
Binary 10010011 10000111 10010011 0 1000 0 101010 100101100 101 110111

Color Harmonies of #938793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938793

Black with #938793

Text Example


Text Example

White with #938793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938793; }

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

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

background-color css

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

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

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

border-color css

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

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

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