Html Css Color HEX #8E5A8D Trendy Pink

📋 copy color: '#8E5A8D'

red 142 ◦ green 90 ◦ blue 141

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

Shades of Trendy Pink #8E5A8D

Tints of Trendy Pink #8E5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

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

R = 38.07%
G = 24.13%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E5A8D (or 0x8E5A8D) is known color: Trendy Pink. HEX triplet: 8E, 5A and 8D. RGB value is (142,90,141). Sum of RGB (Red+Green+Blue) = 142+90+141=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A8D is #71A572. Grayscale: #6F6F6F. Windows color (decimal): -7447923 or 9263758. OLE color: 9263758.

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

Color convert

RGB 142 90 141 -
CMYK 0 0.37 0.01 0.44
HSL 301.15º 0.22% 0.45% -
HSV(B) 301.15º 0.37% 0.56% -
XYZ 19.62 14.99 27.06 -
YUV 111.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 142 90 141 0 0.37 0.01 0.44 301.15 0.22 0.45
Hex 8E 5A 8D 0 25 1 2C 12D 16 2D
Octal 216 132 215 0 45 1 54 455 26 55
Binary 10001110 1011010 10001101 0 100101 1 101100 100101101 10110 101101

Color Harmonies of #8E5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5A8D

Black with #8E5A8D

Text Example


Text Example

White with #8E5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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