Html Css Color HEX #8E346D Dark Purple

📋 copy color: '#8E346D'

red 142 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #8E346D

Tints of Dark Purple #8E346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 46.86%
G = 17.16%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E346D (or 0x8E346D) is known color: Dark Purple. HEX triplet: 8E, 34 and 6D. RGB value is (142,52,109). Sum of RGB (Red+Green+Blue) = 142+52+109=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E346D is #71CB92. Grayscale: #555555. Windows color (decimal): -7457683 or 7156878. OLE color: 7156878.

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

Color convert

RGB 142 52 109 -
CMYK 0 0.63 0.23 0.44
HSL 322º 0.46% 0.38% -
HSV(B) 322º 0.63% 0.56% -
XYZ 15.14 9.31 15.47 -
YUV 85.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 142 52 109 0 0.63 0.23 0.44 322 0.46 0.38
Hex 8E 34 6D 0 3F 17 2C 142 2E 26
Octal 216 64 155 0 77 27 54 502 56 46
Binary 10001110 110100 1101101 0 111111 10111 101100 101000010 101110 100110

Color Harmonies of #8E346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E346D

Black with #8E346D

Text Example


Text Example

White with #8E346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,109); }

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

background-color css

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

 a { background-color: rgb(142,52,109); }

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

border-color css

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

 span { border-color: rgb(142,52,109); }

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