Html Css Color HEX #8E206C Dark Purple

📋 copy color: '#8E206C'

red 142 ◦ green 32 ◦ blue 108

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

Shades of Dark Purple #8E206C

Tints of Dark Purple #8E206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 50.35%
G = 11.35%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E206C (or 0x8E206C) is known color: Dark Purple. HEX triplet: 8E, 20 and 6C. RGB value is (142,32,108). Sum of RGB (Red+Green+Blue) = 142+32+108=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E206C is #71DF93. Grayscale: #494949. Windows color (decimal): -7462804 or 7086222. OLE color: 7086222.

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

Color convert

RGB 142 32 108 -
CMYK 0 0.77 0.24 0.44
HSL 318.55º 0.63% 0.34% -
HSV(B) 318.55º 0.77% 0.56% -
XYZ 14.38 7.87 14.95 -
YUV 73.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 142 32 108 0 0.77 0.24 0.44 318.55 0.63 0.34
Hex 8E 20 6C 0 4D 18 2C 13F 3F 22
Octal 216 40 154 0 115 30 54 477 77 42
Binary 10001110 100000 1101100 0 1001101 11000 101100 100111111 111111 100010

Color Harmonies of #8E206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E206C

Black with #8E206C

Text Example


Text Example

White with #8E206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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