Html Css Color HEX #8C809B Amethyst Smoke

📋 copy color: '#8C809B'

red 140 ◦ green 128 ◦ blue 155

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

Shades of Amethyst Smoke #8C809B

Tints of Amethyst Smoke #8C809B

RGB

 RED value IS 140 (55.08% from 255) = 33.1%

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 33.1%
G = 30.26%
B = 36.64%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C809B (or 0x8C809B) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 9B. RGB value is (140,128,155). Sum of RGB (Red+Green+Blue) = 140+128+155=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C809B is #737F64. Grayscale: #868686. Windows color (decimal): -7569253 or 10190988. OLE color: 10190988.

HSL color Cylindrical-coordinate representation of color #8C809B: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C809B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 128 155 -
CMYK 0.10 0.17 0 0.39
HSL 266.67º 0.12% 0.55% -
HSV(B) 266.67º 0.17% 0.61% -
XYZ 24.45 23.38 34.23 -
YUV 134.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 140 128 155 0.10 0.17 0 0.39 266.67 0.12 0.55
Hex 8C 80 9B A 11 0 27 10B C 37
Octal 214 200 233 12 21 0 47 413 14 67
Binary 10001100 10000000 10011011 1010 10001 0 100111 100001011 1100 110111

Color Harmonies of #8C809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C809B

Black with #8C809B

Text Example


Text Example

White with #8C809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C809B; }

 p { color: rgb(140,128,155); }

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

background-color css

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

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

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

border-color css

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

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

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