Html Css Color HEX #8E206D Dark Purple

📋 copy color: '#8E206D'

red 142 ◦ green 32 ◦ blue 109

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

Shades of Dark Purple #8E206D

Tints of Dark Purple #8E206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 50.18%
G = 11.31%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E206D (or 0x8E206D) is known color: Dark Purple. HEX triplet: 8E, 20 and 6D. RGB value is (142,32,109). Sum of RGB (Red+Green+Blue) = 142+32+109=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E206D is #71DF92. Grayscale: #494949. Windows color (decimal): -7462803 or 7151758. OLE color: 7151758.

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

Color convert

RGB 142 32 109 -
CMYK 0 0.77 0.23 0.44
HSL 318º 0.63% 0.34% -
HSV(B) 318º 0.77% 0.56% -
XYZ 14.43 7.89 15.23 -
YUV 73.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 142 32 109 0 0.77 0.23 0.44 318 0.63 0.34
Hex 8E 20 6D 0 4D 17 2C 13E 3F 22
Octal 216 40 155 0 115 27 54 476 77 42
Binary 10001110 100000 1101101 0 1001101 10111 101100 100111110 111111 100010

Color Harmonies of #8E206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E206D

Black with #8E206D

Text Example


Text Example

White with #8E206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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