Html Css Color HEX #8E3680 Dark Purple

📋 copy color: '#8E3680'

red 142 ◦ green 54 ◦ blue 128

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

Shades of Dark Purple #8E3680

Tints of Dark Purple #8E3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 43.83%
G = 16.67%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8E3680 (or 0x8E3680) is known color: Dark Purple. HEX triplet: 8E, 36 and 80. RGB value is (142,54,128). Sum of RGB (Red+Green+Blue) = 142+54+128=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3680 is #71C97F. Grayscale: #585858. Windows color (decimal): -7457152 or 8402574. OLE color: 8402574.

HSL color Cylindrical-coordinate representation of color #8E3680: hue angle of 309.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3680 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 54 128 -
CMYK 0 0.62 0.10 0.44
HSL 309.55º 0.45% 0.38% -
HSV(B) 309.55º 0.62% 0.56% -
XYZ 16.37 9.95 21.48 -
YUV 88.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 142 54 128 0 0.62 0.10 0.44 309.55 0.45 0.38
Hex 8E 36 80 0 3E A 2C 136 2D 26
Octal 216 66 200 0 76 12 54 466 55 46
Binary 10001110 110110 10000000 0 111110 1010 101100 100110110 101101 100110

Color Harmonies of #8E3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3680

Black with #8E3680

Text Example


Text Example

White with #8E3680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,128); }

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

background-color css

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

 a { background-color: rgb(142,54,128); }

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

border-color css

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

 span { border-color: rgb(142,54,128); }

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