Html Css Color HEX #8E327E Dark Purple

📋 copy color: '#8E327E'

red 142 ◦ green 50 ◦ blue 126

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

Shades of Dark Purple #8E327E

Tints of Dark Purple #8E327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 44.65%
G = 15.72%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E327E (or 0x8E327E) is known color: Dark Purple. HEX triplet: 8E, 32 and 7E. RGB value is (142,50,126). Sum of RGB (Red+Green+Blue) = 142+50+126=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E327E is #71CD81. Grayscale: #555555. Windows color (decimal): -7458178 or 8270478. OLE color: 8270478.

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

Color convert

RGB 142 50 126 -
CMYK 0 0.65 0.11 0.44
HSL 310.43º 0.48% 0.38% -
HSV(B) 310.43º 0.65% 0.56% -
XYZ 16.06 9.54 20.73 -
YUV 86.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 142 50 126 0 0.65 0.11 0.44 310.43 0.48 0.38
Hex 8E 32 7E 0 41 B 2C 136 30 26
Octal 216 62 176 0 101 13 54 466 60 46
Binary 10001110 110010 1111110 0 1000001 1011 101100 100110110 110000 100110

Color Harmonies of #8E327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E327E

Black with #8E327E

Text Example


Text Example

White with #8E327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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