Html Css Color HEX #8A7992 Amethyst Smoke

📋 copy color: '#8A7992'

red 138 ◦ green 121 ◦ blue 146

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

Shades of Amethyst Smoke #8A7992

Tints of Amethyst Smoke #8A7992

RGB

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

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

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

R = 34.07%
G = 29.88%
B = 36.05%

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

#8A7992 (or 0x8A7992) is known color: Amethyst Smoke. HEX triplet: 8A, 79 and 92. RGB value is (138,121,146). Sum of RGB (Red+Green+Blue) = 138+121+146=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7992 is #75866D. Grayscale: #808080. Windows color (decimal): -7702126 or 9599370. OLE color: 9599370.

HSL color Cylindrical-coordinate representation of color #8A7992: hue angle of 280.8º 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 #8A7992 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 121 146 -
CMYK 0.05 0.17 0 0.43
HSL 280.8º 0.1% 0.52% -
HSV(B) 280.8º 0.17% 0.57% -
XYZ 22.51 21.15 30.09 -
YUV 128.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 138 121 146 0.05 0.17 0 0.43 280.8 0.1 0.52
Hex 8A 79 92 5 11 0 2B 119 A 34
Octal 212 171 222 5 21 0 53 431 12 64
Binary 10001010 1111001 10010010 101 10001 0 101011 100011001 1010 110100

Color Harmonies of #8A7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7992

Black with #8A7992

Text Example


Text Example

White with #8A7992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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