Html Css Color HEX #8E047A Purple

📋 copy color: '#8E047A'

red 142 ◦ green 4 ◦ blue 122

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

Shades of Purple #8E047A

Tints of Purple #8E047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 52.99%
G = 1.49%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E047A (or 0x8E047A) is known color: Purple. HEX triplet: 8E, 04 and 7A. RGB value is (142,4,122). Sum of RGB (Red+Green+Blue) = 142+4+122=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E047A is #71FB85. Grayscale: #3A3A3A. Windows color (decimal): -7469958 or 7996558. OLE color: 7996558.

HSL color Cylindrical-coordinate representation of color #8E047A: hue angle of 308.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E047A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 122 -
CMYK 0 0.97 0.14 0.44
HSL 308.7º 0.95% 0.29% -
HSV(B) 308.7º 0.97% 0.56% -
XYZ 14.71 7.24 19.03 -
YUV 58.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 142 4 122 0 0.97 0.14 0.44 308.7 0.95 0.29
Hex 8E 4 7A 0 61 E 2C 135 5F 1D
Octal 216 4 172 0 141 16 54 465 137 35
Binary 10001110 100 1111010 0 1100001 1110 101100 100110101 1011111 11101

Color Harmonies of #8E047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E047A

Black with #8E047A

Text Example


Text Example

White with #8E047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,4,122); }

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

background-color css

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

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

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

border-color css

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

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

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