Html Css Color HEX #8E608D Trendy Pink

📋 copy color: '#8E608D'

red 142 ◦ green 96 ◦ blue 141

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

Shades of Trendy Pink #8E608D

Tints of Trendy Pink #8E608D

RGB

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

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

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

R = 37.47%
G = 25.33%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E608D (or 0x8E608D) is known color: Trendy Pink. HEX triplet: 8E, 60 and 8D. RGB value is (142,96,141). Sum of RGB (Red+Green+Blue) = 142+96+141=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E608D is #719F72. Grayscale: #727272. Windows color (decimal): -7446387 or 9265294. OLE color: 9265294.

HSL color Cylindrical-coordinate representation of color #8E608D: hue angle of 301.3º 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 #8E608D is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 141 -
CMYK 0 0.32 0.01 0.44
HSL 301.3º 0.19% 0.47% -
HSV(B) 301.3º 0.32% 0.56% -
XYZ 20.15 16.04 27.23 -
YUV 114.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 142 96 141 0 0.32 0.01 0.44 301.3 0.19 0.47
Hex 8E 60 8D 0 20 1 2C 12D 13 2F
Octal 216 140 215 0 40 1 54 455 23 57
Binary 10001110 1100000 10001101 0 100000 1 101100 100101101 10011 101111

Color Harmonies of #8E608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E608D

Black with #8E608D

Text Example


Text Example

White with #8E608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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