Html Css Color HEX #8E087C Purple

📋 copy color: '#8E087C'

red 142 ◦ green 8 ◦ blue 124

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

Shades of Purple #8E087C

Tints of Purple #8E087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 51.82%
G = 2.92%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E087C (or 0x8E087C) is known color: Purple. HEX triplet: 8E, 08 and 7C. RGB value is (142,8,124). Sum of RGB (Red+Green+Blue) = 142+8+124=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E087C is #71F783. Grayscale: #3C3C3C. Windows color (decimal): -7468932 or 8128654. OLE color: 8128654.

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

Color convert

RGB 142 8 124 -
CMYK 0 0.94 0.13 0.44
HSL 308.06º 0.89% 0.29% -
HSV(B) 308.06º 0.94% 0.56% -
XYZ 14.88 7.38 19.71 -
YUV 61.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 142 8 124 0 0.94 0.13 0.44 308.06 0.89 0.29
Hex 8E 8 7C 0 5E D 2C 134 59 1D
Octal 216 10 174 0 136 15 54 464 131 35
Binary 10001110 1000 1111100 0 1011110 1101 101100 100110100 1011001 11101

Color Harmonies of #8E087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E087C

Black with #8E087C

Text Example


Text Example

White with #8E087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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