Html Css Color HEX #93809C Amethyst Smoke

📋 copy color: '#93809C'

red 147 ◦ green 128 ◦ blue 156

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

Shades of Amethyst Smoke #93809C

Tints of Amethyst Smoke #93809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 34.11%
G = 29.7%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93809C (or 0x93809C) is known color: Amethyst Smoke. HEX triplet: 93, 80 and 9C. RGB value is (147,128,156). Sum of RGB (Red+Green+Blue) = 147+128+156=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #93809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809C is #6C7F63. Grayscale: #888888. Windows color (decimal): -7110500 or 10256531. OLE color: 10256531.

HSL color Cylindrical-coordinate representation of color #93809C: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93809C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 128 156 -
CMYK 0.06 0.18 0 0.39
HSL 280.71º 0.12% 0.56% -
HSV(B) 280.71º 0.18% 0.61% -
XYZ 25.75 24.04 34.74 -
YUV 136.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 147 128 156 0.06 0.18 0 0.39 280.71 0.12 0.56
Hex 93 80 9C 6 12 0 27 119 C 38
Octal 223 200 234 6 22 0 47 431 14 70
Binary 10010011 10000000 10011100 110 10010 0 100111 100011001 1100 111000

Color Harmonies of #93809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93809C

Black with #93809C

Text Example


Text Example

White with #93809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93809C; }

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

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

background-color css

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

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

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

border-color css

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

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

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