Html Css Color HEX #8A7991 Amethyst Smoke

📋 copy color: '#8A7991'

red 138 ◦ green 121 ◦ blue 145

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

Shades of Amethyst Smoke #8A7991

Tints of Amethyst Smoke #8A7991

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

 GREEN value IS 121 (47.66% from 255) = 29.95%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 34.16%
G = 29.95%
B = 35.89%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A7991 (or 0x8A7991) is known color: Amethyst Smoke. HEX triplet: 8A, 79 and 91. RGB value is (138,121,145). Sum of RGB (Red+Green+Blue) = 138+121+145=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A7991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7991 is #75866E. Grayscale: #808080. Windows color (decimal): -7702127 or 9533834. OLE color: 9533834.

HSL color Cylindrical-coordinate representation of color #8A7991: hue angle of 282.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7991 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 121 145 -
CMYK 0.05 0.17 0 0.43
HSL 282.5º 0.1% 0.52% -
HSV(B) 282.5º 0.17% 0.57% -
XYZ 22.43 21.12 29.68 -
YUV 128.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 138 121 145 0.05 0.17 0 0.43 282.5 0.1 0.52
Hex 8A 79 91 5 11 0 2B 11A A 34
Octal 212 171 221 5 21 0 53 432 12 64
Binary 10001010 1111001 10010001 101 10001 0 101011 100011010 1010 110100

Color Harmonies of #8A7991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7991

Black with #8A7991

Text Example


Text Example

White with #8A7991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,121,145); }

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

background-color css

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

 a { background-color: rgb(138,121,145); }

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

border-color css

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

 span { border-color: rgb(138,121,145); }

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