Html Css Color HEX #9D809D Amethyst Smoke

📋 copy color: '#9D809D'

red 157 ◦ green 128 ◦ blue 157

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

Shades of Amethyst Smoke #9D809D

Tints of Amethyst Smoke #9D809D

RGB

 RED value IS 157 (61.72% from 255) = 35.52%

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 35.52%
G = 28.96%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D809D (or 0x9D809D) is known color: Amethyst Smoke. HEX triplet: 9D, 80 and 9D. RGB value is (157,128,157). Sum of RGB (Red+Green+Blue) = 157+128+157=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D809D is #627F62. Grayscale: #8B8B8B. Windows color (decimal): -6455139 or 10322077. OLE color: 10322077.

HSL color Cylindrical-coordinate representation of color #9D809D: hue angle of 300º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D809D is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 128 157 -
CMYK 0 0.18 0 0.38
HSL 300º 0.13% 0.56% -
HSV(B) 300º 0.18% 0.62% -
XYZ 27.71 25.04 35.27 -
YUV 139.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 157 128 157 0 0.18 0 0.38 300 0.13 0.56
Hex 9D 80 9D 0 12 0 26 12C D 38
Octal 235 200 235 0 22 0 46 454 15 70
Binary 10011101 10000000 10011101 0 10010 0 100110 100101100 1101 111000

Color Harmonies of #9D809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D809D

Black with #9D809D

Text Example


Text Example

White with #9D809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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