Html Css Color HEX #8E628D Trendy Pink

📋 copy color: '#8E628D'

red 142 ◦ green 98 ◦ blue 141

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

Shades of Trendy Pink #8E628D

Tints of Trendy Pink #8E628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 37.27%
G = 25.72%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E628D (or 0x8E628D) is known color: Trendy Pink. HEX triplet: 8E, 62 and 8D. RGB value is (142,98,141). Sum of RGB (Red+Green+Blue) = 142+98+141=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E628D is #719D72. Grayscale: #737373. Windows color (decimal): -7445875 or 9265806. OLE color: 9265806.

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

Color convert

RGB 142 98 141 -
CMYK 0 0.31 0.01 0.44
HSL 301.36º 0.18% 0.47% -
HSV(B) 301.36º 0.31% 0.56% -
XYZ 20.33 16.41 27.3 -
YUV 116.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 142 98 141 0 0.31 0.01 0.44 301.36 0.18 0.47
Hex 8E 62 8D 0 1F 1 2C 12D 12 2F
Octal 216 142 215 0 37 1 54 455 22 57
Binary 10001110 1100010 10001101 0 11111 1 101100 100101101 10010 101111

Color Harmonies of #8E628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E628D

Black with #8E628D

Text Example


Text Example

White with #8E628D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,141); }

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

background-color css

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

 a { background-color: rgb(142,98,141); }

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

border-color css

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

 span { border-color: rgb(142,98,141); }

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