Html Css Color HEX #8E077A Purple

📋 copy color: '#8E077A'

red 142 ◦ green 7 ◦ blue 122

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

Shades of Purple #8E077A

Tints of Purple #8E077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 52.4%
G = 2.58%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E077A (or 0x8E077A) is known color: Purple. HEX triplet: 8E, 07 and 7A. RGB value is (142,7,122). Sum of RGB (Red+Green+Blue) = 142+7+122=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E077A is #71F885. Grayscale: #3C3C3C. Windows color (decimal): -7469190 or 7997326. OLE color: 7997326.

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

Color convert

RGB 142 7 122 -
CMYK 0 0.95 0.14 0.44
HSL 308.89º 0.91% 0.29% -
HSV(B) 308.89º 0.95% 0.56% -
XYZ 14.74 7.31 19.05 -
YUV 60.48 162.73 186.15 -
System Red Green Blue C M Y K H S L
Decimal 142 7 122 0 0.95 0.14 0.44 308.89 0.91 0.29
Hex 8E 7 7A 0 5F E 2C 135 5B 1D
Octal 216 7 172 0 137 16 54 465 133 35
Binary 10001110 111 1111010 0 1011111 1110 101100 100110101 1011011 11101

Color Harmonies of #8E077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E077A

Black with #8E077A

Text Example


Text Example

White with #8E077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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