Html Css Color HEX #8E6087 Trendy Pink

📋 copy color: '#8E6087'

red 142 ◦ green 96 ◦ blue 135

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

Shades of Trendy Pink #8E6087

Tints of Trendy Pink #8E6087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 38.07%
G = 25.74%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E6087 (or 0x8E6087) is known color: Trendy Pink. HEX triplet: 8E, 60 and 87. RGB value is (142,96,135). Sum of RGB (Red+Green+Blue) = 142+96+135=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6087 is #719F78. Grayscale: #727272. Windows color (decimal): -7446393 or 8872078. OLE color: 8872078.

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

Color convert

RGB 142 96 135 -
CMYK 0 0.32 0.05 0.44
HSL 309.13º 0.19% 0.47% -
HSV(B) 309.13º 0.32% 0.56% -
XYZ 19.71 15.87 24.95 -
YUV 114.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 142 96 135 0 0.32 0.05 0.44 309.13 0.19 0.47
Hex 8E 60 87 0 20 5 2C 135 13 2F
Octal 216 140 207 0 40 5 54 465 23 57
Binary 10001110 1100000 10000111 0 100000 101 101100 100110101 10011 101111

Color Harmonies of #8E6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6087

Black with #8E6087

Text Example


Text Example

White with #8E6087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,135); }

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

background-color css

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

 a { background-color: rgb(142,96,135); }

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

border-color css

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

 span { border-color: rgb(142,96,135); }

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