Html Css Color HEX #8E057A Purple

📋 copy color: '#8E057A'

red 142 ◦ green 5 ◦ blue 122

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

Shades of Purple #8E057A

Tints of Purple #8E057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 52.79%
G = 1.86%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E057A (or 0x8E057A) is known color: Purple. HEX triplet: 8E, 05 and 7A. RGB value is (142,5,122). Sum of RGB (Red+Green+Blue) = 142+5+122=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E057A is #71FA85. Grayscale: #3A3A3A. Windows color (decimal): -7469702 or 7996814. OLE color: 7996814.

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

Color convert

RGB 142 5 122 -
CMYK 0 0.96 0.14 0.44
HSL 308.76º 0.93% 0.29% -
HSV(B) 308.76º 0.96% 0.56% -
XYZ 14.72 7.26 19.04 -
YUV 59.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 142 5 122 0 0.96 0.14 0.44 308.76 0.93 0.29
Hex 8E 5 7A 0 60 E 2C 135 5D 1D
Octal 216 5 172 0 140 16 54 465 135 35
Binary 10001110 101 1111010 0 1100000 1110 101100 100110101 1011101 11101

Color Harmonies of #8E057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E057A

Black with #8E057A

Text Example


Text Example

White with #8E057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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