Html Css Color HEX #8C7D97 Amethyst Smoke

📋 copy color: '#8C7D97'

red 140 ◦ green 125 ◦ blue 151

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

Shades of Amethyst Smoke #8C7D97

Tints of Amethyst Smoke #8C7D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 33.65%
G = 30.05%
B = 36.3%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8C7D97 (or 0x8C7D97) is known color: Amethyst Smoke. HEX triplet: 8C, 7D and 97. RGB value is (140,125,151). Sum of RGB (Red+Green+Blue) = 140+125+151=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C7D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D97 is #738268. Grayscale: #848484. Windows color (decimal): -7570025 or 9928076. OLE color: 9928076.

HSL color Cylindrical-coordinate representation of color #8C7D97: hue angle of 274.62º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C7D97 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 125 151 -
CMYK 0.07 0.17 0 0.41
HSL 274.62º 0.11% 0.54% -
HSV(B) 274.62º 0.17% 0.59% -
XYZ 23.73 22.48 32.37 -
YUV 132.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 140 125 151 0.07 0.17 0 0.41 274.62 0.11 0.54
Hex 8C 7D 97 7 11 0 29 113 B 36
Octal 214 175 227 7 21 0 51 423 13 66
Binary 10001100 1111101 10010111 111 10001 0 101001 100010011 1011 110110

Color Harmonies of #8C7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7D97

Black with #8C7D97

Text Example


Text Example

White with #8C7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,151); }

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

background-color css

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

 a { background-color: rgb(140,125,151); }

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

border-color css

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

 span { border-color: rgb(140,125,151); }

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