Html Css Color HEX #8A487E Trendy Pink

📋 copy color: '#8A487E'

red 138 ◦ green 72 ◦ blue 126

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

Shades of Trendy Pink #8A487E

Tints of Trendy Pink #8A487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 41.07%
G = 21.43%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A487E (or 0x8A487E) is known color: Trendy Pink. HEX triplet: 8A, 48 and 7E. RGB value is (138,72,126). Sum of RGB (Red+Green+Blue) = 138+72+126=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A487E is #75B781. Grayscale: #616161. Windows color (decimal): -7714690 or 8276106. OLE color: 8276106.

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

Color convert

RGB 138 72 126 -
CMYK 0 0.48 0.09 0.46
HSL 310.91º 0.31% 0.41% -
HSV(B) 310.91º 0.48% 0.54% -
XYZ 16.56 11.54 21.09 -
YUV 97.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 138 72 126 0 0.48 0.09 0.46 310.91 0.31 0.41
Hex 8A 48 7E 0 30 9 2E 137 1F 29
Octal 212 110 176 0 60 11 56 467 37 51
Binary 10001010 1001000 1111110 0 110000 1001 101110 100110111 11111 101001

Color Harmonies of #8A487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A487E

Black with #8A487E

Text Example


Text Example

White with #8A487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,72,126); }

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

background-color css

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

 a { background-color: rgb(138,72,126); }

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

border-color css

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

 span { border-color: rgb(138,72,126); }

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