Html Css Color HEX #8E147A Dark Purple

📋 copy color: '#8E147A'

red 142 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #8E147A

Tints of Dark Purple #8E147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 50%
G = 7.04%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E147A (or 0x8E147A) is known color: Dark Purple. HEX triplet: 8E, 14 and 7A. RGB value is (142,20,122). Sum of RGB (Red+Green+Blue) = 142+20+122=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E147A is #71EB85. Grayscale: #434343. Windows color (decimal): -7465862 or 8000654. OLE color: 8000654.

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

Color convert

RGB 142 20 122 -
CMYK 0 0.86 0.14 0.44
HSL 309.84º 0.75% 0.32% -
HSV(B) 309.84º 0.86% 0.56% -
XYZ 14.92 7.66 19.1 -
YUV 68.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 142 20 122 0 0.86 0.14 0.44 309.84 0.75 0.32
Hex 8E 14 7A 0 56 E 2C 136 4B 20
Octal 216 24 172 0 126 16 54 466 113 40
Binary 10001110 10100 1111010 0 1010110 1110 101100 100110110 1001011 100000

Color Harmonies of #8E147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E147A

Black with #8E147A

Text Example


Text Example

White with #8E147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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