Html Css Color HEX #8C7F92 Amethyst Smoke

📋 copy color: '#8C7F92'

red 140 ◦ green 127 ◦ blue 146

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

Shades of Amethyst Smoke #8C7F92

Tints of Amethyst Smoke #8C7F92

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 33.9%
G = 30.75%
B = 35.35%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8C7F92 (or 0x8C7F92) is known color: Amethyst Smoke. HEX triplet: 8C, 7F and 92. RGB value is (140,127,146). Sum of RGB (Red+Green+Blue) = 140+127+146=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F92 is #73806D. Grayscale: #848484. Windows color (decimal): -7569518 or 9600908. OLE color: 9600908.

HSL color Cylindrical-coordinate representation of color #8C7F92: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C7F92 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 127 146 -
CMYK 0.04 0.13 0 0.43
HSL 281.05º 0.08% 0.54% -
HSV(B) 281.05º 0.13% 0.57% -
XYZ 23.59 22.83 30.36 -
YUV 133.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 140 127 146 0.04 0.13 0 0.43 281.05 0.08 0.54
Hex 8C 7F 92 4 D 0 2B 119 8 36
Octal 214 177 222 4 15 0 53 431 10 66
Binary 10001100 1111111 10010010 100 1101 0 101011 100011001 1000 110110

Color Harmonies of #8C7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F92

Black with #8C7F92

Text Example


Text Example

White with #8C7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,146); }

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

background-color css

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

 a { background-color: rgb(140,127,146); }

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

border-color css

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

 span { border-color: rgb(140,127,146); }

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