Html Css Color HEX #8E5481 Trendy Pink

📋 copy color: '#8E5481'

red 142 ◦ green 84 ◦ blue 129

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

Shades of Trendy Pink #8E5481

Tints of Trendy Pink #8E5481

RGB

 RED value IS 142 (55.86% from 255) = 40%

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 40%
G = 23.66%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E5481 (or 0x8E5481) is known color: Trendy Pink. HEX triplet: 8E, 54 and 81. RGB value is (142,84,129). Sum of RGB (Red+Green+Blue) = 142+84+129=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5481 is #71AB7E. Grayscale: #6A6A6A. Windows color (decimal): -7449471 or 8475790. OLE color: 8475790.

HSL color Cylindrical-coordinate representation of color #8E5481: hue angle of 313.45º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5481 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 84 129 -
CMYK 0 0.41 0.09 0.44
HSL 313.45º 0.26% 0.44% -
HSV(B) 313.45º 0.41% 0.56% -
XYZ 18.29 13.68 22.44 -
YUV 106.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 142 84 129 0 0.41 0.09 0.44 313.45 0.26 0.44
Hex 8E 54 81 0 29 9 2C 139 1A 2C
Octal 216 124 201 0 51 11 54 471 32 54
Binary 10001110 1010100 10000001 0 101001 1001 101100 100111001 11010 101100

Color Harmonies of #8E5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5481

Black with #8E5481

Text Example


Text Example

White with #8E5481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,84,129); }

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

background-color css

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

 a { background-color: rgb(142,84,129); }

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

border-color css

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

 span { border-color: rgb(142,84,129); }

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