Html Css Color HEX #8E326E Dark Purple

📋 copy color: '#8E326E'

red 142 ◦ green 50 ◦ blue 110

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

Shades of Dark Purple #8E326E

Tints of Dark Purple #8E326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 47.02%
G = 16.56%
B = 36.42%

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

#8E326E (or 0x8E326E) is known color: Dark Purple. HEX triplet: 8E, 32 and 6E. RGB value is (142,50,110). Sum of RGB (Red+Green+Blue) = 142+50+110=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E326E is #71CD91. Grayscale: #545454. Windows color (decimal): -7458194 or 7221902. OLE color: 7221902.

HSL color Cylindrical-coordinate representation of color #8E326E: hue angle of 320.87º 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 #8E326E is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 110 -
CMYK 0 0.65 0.23 0.44
HSL 320.87º 0.48% 0.38% -
HSV(B) 320.87º 0.65% 0.56% -
XYZ 15.11 9.16 15.72 -
YUV 84.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 142 50 110 0 0.65 0.23 0.44 320.87 0.48 0.38
Hex 8E 32 6E 0 41 17 2C 141 30 26
Octal 216 62 156 0 101 27 54 501 60 46
Binary 10001110 110010 1101110 0 1000001 10111 101100 101000001 110000 100110

Color Harmonies of #8E326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E326E

Black with #8E326E

Text Example


Text Example

White with #8E326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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