Html Css Color HEX #8A497D Trendy Pink

📋 copy color: '#8A497D'

red 138 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #8A497D

Tints of Trendy Pink #8A497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 41.07%
G = 21.73%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A497D (or 0x8A497D) is known color: Trendy Pink. HEX triplet: 8A, 49 and 7D. RGB value is (138,73,125). Sum of RGB (Red+Green+Blue) = 138+73+125=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A497D is #75B682. Grayscale: #626262. Windows color (decimal): -7714435 or 8210826. OLE color: 8210826.

HSL color Cylindrical-coordinate representation of color #8A497D: hue angle of 312º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A497D is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 73 125 -
CMYK 0 0.47 0.09 0.46
HSL 312º 0.31% 0.41% -
HSV(B) 312º 0.47% 0.54% -
XYZ 16.57 11.65 20.78 -
YUV 98.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 138 73 125 0 0.47 0.09 0.46 312 0.31 0.41
Hex 8A 49 7D 0 2F 9 2E 138 1F 29
Octal 212 111 175 0 57 11 56 470 37 51
Binary 10001010 1001001 1111101 0 101111 1001 101110 100111000 11111 101001

Color Harmonies of #8A497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A497D

Black with #8A497D

Text Example


Text Example

White with #8A497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,73,125); }

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

background-color css

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

 a { background-color: rgb(138,73,125); }

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

border-color css

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

 span { border-color: rgb(138,73,125); }

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