Html Css Color HEX #8E4B82 Trendy Pink

📋 copy color: '#8E4B82'

red 142 ◦ green 75 ◦ blue 130

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

Shades of Trendy Pink #8E4B82

Tints of Trendy Pink #8E4B82

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 40.92%
G = 21.61%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E4B82 (or 0x8E4B82) is known color: Trendy Pink. HEX triplet: 8E, 4B and 82. RGB value is (142,75,130). Sum of RGB (Red+Green+Blue) = 142+75+130=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B82 is #71B47D. Grayscale: #656565. Windows color (decimal): -7451774 or 8539022. OLE color: 8539022.

HSL color Cylindrical-coordinate representation of color #8E4B82: hue angle of 310.75º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4B82 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 75 130 -
CMYK 0 0.47 0.08 0.44
HSL 310.75º 0.31% 0.43% -
HSV(B) 310.75º 0.47% 0.56% -
XYZ 17.7 12.39 22.58 -
YUV 101.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 142 75 130 0 0.47 0.08 0.44 310.75 0.31 0.43
Hex 8E 4B 82 0 2F 8 2C 137 1F 2B
Octal 216 113 202 0 57 10 54 467 37 53
Binary 10001110 1001011 10000010 0 101111 1000 101100 100110111 11111 101011

Color Harmonies of #8E4B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B82

Black with #8E4B82

Text Example


Text Example

White with #8E4B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,75,130); }

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

background-color css

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

 a { background-color: rgb(142,75,130); }

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

border-color css

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

 span { border-color: rgb(142,75,130); }

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