Html Css Color HEX #8E326D Dark Purple

📋 copy color: '#8E326D'

red 142 ◦ green 50 ◦ blue 109

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

Shades of Dark Purple #8E326D

Tints of Dark Purple #8E326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 47.18%
G = 16.61%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E326D (or 0x8E326D) is known color: Dark Purple. HEX triplet: 8E, 32 and 6D. RGB value is (142,50,109). Sum of RGB (Red+Green+Blue) = 142+50+109=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E326D is #71CD92. Grayscale: #545454. Windows color (decimal): -7458195 or 7156366. OLE color: 7156366.

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

Color convert

RGB 142 50 109 -
CMYK 0 0.65 0.23 0.44
HSL 321.52º 0.48% 0.38% -
HSV(B) 321.52º 0.65% 0.56% -
XYZ 15.06 9.14 15.44 -
YUV 84.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 142 50 109 0 0.65 0.23 0.44 321.52 0.48 0.38
Hex 8E 32 6D 0 41 17 2C 142 30 26
Octal 216 62 155 0 101 27 54 502 60 46
Binary 10001110 110010 1101101 0 1000001 10111 101100 101000010 110000 100110

Color Harmonies of #8E326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E326D

Black with #8E326D

Text Example


Text Example

White with #8E326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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