Html Css Color HEX #8E1C6D Dark Purple

📋 copy color: '#8E1C6D'

red 142 ◦ green 28 ◦ blue 109

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

Shades of Dark Purple #8E1C6D

Tints of Dark Purple #8E1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 50.9%
G = 10.04%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E1C6D (or 0x8E1C6D) is known color: Dark Purple. HEX triplet: 8E, 1C and 6D. RGB value is (142,28,109). Sum of RGB (Red+Green+Blue) = 142+28+109=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1C6D is #71E392. Grayscale: #474747. Windows color (decimal): -7463827 or 7150734. OLE color: 7150734.

HSL color Cylindrical-coordinate representation of color #8E1C6D: hue angle of 317.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C6D is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 28 109 -
CMYK 0 0.80 0.23 0.44
HSL 317.37º 0.67% 0.33% -
HSV(B) 317.37º 0.8% 0.56% -
XYZ 14.33 7.69 15.2 -
YUV 71.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 142 28 109 0 0.80 0.23 0.44 317.37 0.67 0.33
Hex 8E 1C 6D 0 50 17 2C 13D 43 21
Octal 216 34 155 0 120 27 54 475 103 41
Binary 10001110 11100 1101101 0 1010000 10111 101100 100111101 1000011 100001

Color Harmonies of #8E1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C6D

Black with #8E1C6D

Text Example


Text Example

White with #8E1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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