Html Css Color HEX #8E4A8D Trendy Pink

📋 copy color: '#8E4A8D'

red 142 ◦ green 74 ◦ blue 141

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

Shades of Trendy Pink #8E4A8D

Tints of Trendy Pink #8E4A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

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

R = 39.78%
G = 20.73%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E4A8D (or 0x8E4A8D) is known color: Trendy Pink. HEX triplet: 8E, 4A and 8D. RGB value is (142,74,141). Sum of RGB (Red+Green+Blue) = 142+74+141=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A8D is #71B572. Grayscale: #656565. Windows color (decimal): -7452019 or 9259662. OLE color: 9259662.

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

Color convert

RGB 142 74 141 -
CMYK 0 0.48 0.01 0.44
HSL 300.88º 0.31% 0.42% -
HSV(B) 300.88º 0.48% 0.56% -
XYZ 18.41 12.57 26.66 -
YUV 101.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 142 74 141 0 0.48 0.01 0.44 300.88 0.31 0.42
Hex 8E 4A 8D 0 30 1 2C 12D 1F 2A
Octal 216 112 215 0 60 1 54 455 37 52
Binary 10001110 1001010 10001101 0 110000 1 101100 100101101 11111 101010

Color Harmonies of #8E4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A8D

Black with #8E4A8D

Text Example


Text Example

White with #8E4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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