Html Css Color HEX #8E007A Purple

📋 copy color: '#8E007A'

red 142 ◦ green 0 ◦ blue 122

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

Shades of Purple #8E007A

Tints of Purple #8E007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.79%
G = 0%
B = 46.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E007A (or 0x8E007A) is known color: Purple. HEX triplet: 8E, 00 and 7A. RGB value is (142,0,122). Sum of RGB (Red+Green+Blue) = 142+0+122=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E007A is #71FF85. Grayscale: #383838. Windows color (decimal): -7470982 or 7995534. OLE color: 7995534.

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

Color convert

RGB 142 0 122 -
CMYK 0 1 0.14 0.44
HSL 308.45º 1% 0.28% -
HSV(B) 308.45º 1% 0.56% -
XYZ 14.67 7.16 19.02 -
YUV 56.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 142 0 122 0 1 0.14 0.44 308.45 1 0.28
Hex 8E 0 7A 0 64 E 2C 134 64 1C
Octal 216 0 172 0 144 16 54 464 144 34
Binary 10001110 0 1111010 0 1100100 1110 101100 100110100 1100100 11100

Color Harmonies of #8E007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E007A

Black with #8E007A

Text Example


Text Example

White with #8E007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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