Html Css Color HEX #8E4684 Trendy Pink

📋 copy color: '#8E4684'

red 142 ◦ green 70 ◦ blue 132

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

Shades of Trendy Pink #8E4684

Tints of Trendy Pink #8E4684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 41.28%
G = 20.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E4684 (or 0x8E4684) is known color: Trendy Pink. HEX triplet: 8E, 46 and 84. RGB value is (142,70,132). Sum of RGB (Red+Green+Blue) = 142+70+132=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4684 is #71B97B. Grayscale: #626262. Windows color (decimal): -7453052 or 8668814. OLE color: 8668814.

HSL color Cylindrical-coordinate representation of color #8E4684: hue angle of 308.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4684 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 70 132 -
CMYK 0 0.51 0.07 0.44
HSL 308.33º 0.34% 0.42% -
HSV(B) 308.33º 0.51% 0.56% -
XYZ 17.51 11.8 23.18 -
YUV 98.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 142 70 132 0 0.51 0.07 0.44 308.33 0.34 0.42
Hex 8E 46 84 0 33 7 2C 134 22 2A
Octal 216 106 204 0 63 7 54 464 42 52
Binary 10001110 1000110 10000100 0 110011 111 101100 100110100 100010 101010

Color Harmonies of #8E4684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4684

Black with #8E4684

Text Example


Text Example

White with #8E4684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,70,132); }

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

background-color css

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

 a { background-color: rgb(142,70,132); }

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

border-color css

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

 span { border-color: rgb(142,70,132); }

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