Html Css Color HEX #8D7690 Amethyst Smoke

📋 copy color: '#8D7690'

red 141 ◦ green 118 ◦ blue 144

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

Shades of Amethyst Smoke #8D7690

Tints of Amethyst Smoke #8D7690

RGB

 RED value IS 141 (55.47% from 255) = 34.99%

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 34.99%
G = 29.28%
B = 35.73%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D7690 (or 0x8D7690) is known color: Amethyst Smoke. HEX triplet: 8D, 76 and 90. RGB value is (141,118,144). Sum of RGB (Red+Green+Blue) = 141+118+144=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7690 is #72896F. Grayscale: #7F7F7F. Windows color (decimal): -7506288 or 9467533. OLE color: 9467533.

HSL color Cylindrical-coordinate representation of color #8D7690: hue angle of 293.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7690 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 118 144 -
CMYK 0.02 0.18 0 0.44
HSL 293.08º 0.1% 0.51% -
HSV(B) 293.08º 0.18% 0.56% -
XYZ 22.5 20.63 29.18 -
YUV 127.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 141 118 144 0.02 0.18 0 0.44 293.08 0.1 0.51
Hex 8D 76 90 2 12 0 2C 125 A 33
Octal 215 166 220 2 22 0 54 445 12 63
Binary 10001101 1110110 10010000 10 10010 0 101100 100100101 1010 110011

Color Harmonies of #8D7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7690

Black with #8D7690

Text Example


Text Example

White with #8D7690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,118,144); }

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

background-color css

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

 a { background-color: rgb(141,118,144); }

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

border-color css

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

 span { border-color: rgb(141,118,144); }

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