Html Css Color HEX #8E077C Purple

📋 copy color: '#8E077C'

red 142 ◦ green 7 ◦ blue 124

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

Shades of Purple #8E077C

Tints of Purple #8E077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 52.01%
G = 2.56%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E077C (or 0x8E077C) is known color: Purple. HEX triplet: 8E, 07 and 7C. RGB value is (142,7,124). Sum of RGB (Red+Green+Blue) = 142+7+124=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E077C is #71F883. Grayscale: #3C3C3C. Windows color (decimal): -7469188 or 8128398. OLE color: 8128398.

HSL color Cylindrical-coordinate representation of color #8E077C: hue angle of 308º 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 #8E077C is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 7 124 -
CMYK 0 0.95 0.13 0.44
HSL 308º 0.91% 0.29% -
HSV(B) 308º 0.95% 0.56% -
XYZ 14.87 7.36 19.71 -
YUV 60.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 142 7 124 0 0.95 0.13 0.44 308 0.91 0.29
Hex 8E 7 7C 0 5F D 2C 134 5B 1D
Octal 216 7 174 0 137 15 54 464 133 35
Binary 10001110 111 1111100 0 1011111 1101 101100 100110100 1011011 11101

Color Harmonies of #8E077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E077C

Black with #8E077C

Text Example


Text Example

White with #8E077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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