Html Css Color HEX #938593 Amethyst Smoke

📋 copy color: '#938593'

red 147 ◦ green 133 ◦ blue 147

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

Shades of Amethyst Smoke #938593

Tints of Amethyst Smoke #938593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 34.43%
G = 31.15%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938593 (or 0x938593) is known color: Amethyst Smoke. HEX triplet: 93, 85 and 93. RGB value is (147,133,147). Sum of RGB (Red+Green+Blue) = 147+133+147=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938593 is #6C7A6C. Grayscale: #8A8A8A. Windows color (decimal): -7109229 or 9667987. OLE color: 9667987.

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

Color convert

RGB 147 133 147 -
CMYK 0 0.10 0 0.42
HSL 300º 0.06% 0.55% -
HSV(B) 300º 0.1% 0.58% -
XYZ 25.69 25.08 31.09 -
YUV 138.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 147 133 147 0 0.10 0 0.42 300 0.06 0.55
Hex 93 85 93 0 A 0 2A 12C 6 37
Octal 223 205 223 0 12 0 52 454 6 67
Binary 10010011 10000101 10010011 0 1010 0 101010 100101100 110 110111

Color Harmonies of #938593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938593

Black with #938593

Text Example


Text Example

White with #938593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938593; }

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

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

background-color css

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

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

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

border-color css

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

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

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