Html Css Color HEX #8E5A8E Trendy Pink

📋 copy color: '#8E5A8E'

red 142 ◦ green 90 ◦ blue 142

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

Shades of Trendy Pink #8E5A8E

Tints of Trendy Pink #8E5A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 37.97%
G = 24.06%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E5A8E (or 0x8E5A8E) is known color: Trendy Pink. HEX triplet: 8E, 5A and 8E. RGB value is (142,90,142). Sum of RGB (Red+Green+Blue) = 142+90+142=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A8E is #71A571. Grayscale: #6F6F6F. Windows color (decimal): -7447922 or 9329294. OLE color: 9329294.

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

Color convert

RGB 142 90 142 -
CMYK 0 0.37 0 0.44
HSL 300º 0.22% 0.45% -
HSV(B) 300º 0.37% 0.56% -
XYZ 19.69 15.02 27.45 -
YUV 111.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 142 90 142 0 0.37 0 0.44 300 0.22 0.45
Hex 8E 5A 8E 0 25 0 2C 12C 16 2D
Octal 216 132 216 0 45 0 54 454 26 55
Binary 10001110 1011010 10001110 0 100101 0 101100 100101100 10110 101101

Color Harmonies of #8E5A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5A8E

Black with #8E5A8E

Text Example


Text Example

White with #8E5A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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