Html Css Color HEX #8E037A Purple

📋 copy color: '#8E037A'

red 142 ◦ green 3 ◦ blue 122

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

Shades of Purple #8E037A

Tints of Purple #8E037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 53.18%
G = 1.12%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E037A (or 0x8E037A) is known color: Purple. HEX triplet: 8E, 03 and 7A. RGB value is (142,3,122). Sum of RGB (Red+Green+Blue) = 142+3+122=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E037A is #71FC85. Grayscale: #393939. Windows color (decimal): -7470214 or 7996302. OLE color: 7996302.

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

Color convert

RGB 142 3 122 -
CMYK 0 0.98 0.14 0.44
HSL 308.63º 0.96% 0.28% -
HSV(B) 308.63º 0.98% 0.56% -
XYZ 14.7 7.22 19.03 -
YUV 58.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 142 3 122 0 0.98 0.14 0.44 308.63 0.96 0.28
Hex 8E 3 7A 0 62 E 2C 135 60 1C
Octal 216 3 172 0 142 16 54 465 140 34
Binary 10001110 11 1111010 0 1100010 1110 101100 100110101 1100000 11100

Color Harmonies of #8E037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E037A

Black with #8E037A

Text Example


Text Example

White with #8E037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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