Html Css Color HEX #8E638D Trendy Pink

📋 copy color: '#8E638D'

red 142 ◦ green 99 ◦ blue 141

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

Shades of Trendy Pink #8E638D

Tints of Trendy Pink #8E638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

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

R = 37.17%
G = 25.92%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E638D (or 0x8E638D) is known color: Trendy Pink. HEX triplet: 8E, 63 and 8D. RGB value is (142,99,141). Sum of RGB (Red+Green+Blue) = 142+99+141=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E638D is #719C72. Grayscale: #747474. Windows color (decimal): -7445619 or 9266062. OLE color: 9266062.

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

Color convert

RGB 142 99 141 -
CMYK 0 0.30 0.01 0.44
HSL 301.4º 0.18% 0.47% -
HSV(B) 301.4º 0.3% 0.56% -
XYZ 20.42 16.6 27.33 -
YUV 116.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 142 99 141 0 0.30 0.01 0.44 301.4 0.18 0.47
Hex 8E 63 8D 0 1E 1 2C 12D 12 2F
Octal 216 143 215 0 36 1 54 455 22 57
Binary 10001110 1100011 10001101 0 11110 1 101100 100101101 10010 101111

Color Harmonies of #8E638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E638D

Black with #8E638D

Text Example


Text Example

White with #8E638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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