Html Css Color HEX #8E1E6C Dark Purple

📋 copy color: '#8E1E6C'

red 142 ◦ green 30 ◦ blue 108

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

Shades of Dark Purple #8E1E6C

Tints of Dark Purple #8E1E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 50.71%
G = 10.71%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E1E6C (or 0x8E1E6C) is known color: Dark Purple. HEX triplet: 8E, 1E and 6C. RGB value is (142,30,108). Sum of RGB (Red+Green+Blue) = 142+30+108=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1E6C is #71E193. Grayscale: #484848. Windows color (decimal): -7463316 or 7085710. OLE color: 7085710.

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

Color convert

RGB 142 30 108 -
CMYK 0 0.79 0.24 0.44
HSL 318.21º 0.65% 0.34% -
HSV(B) 318.21º 0.79% 0.56% -
XYZ 14.33 7.76 14.93 -
YUV 72.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 142 30 108 0 0.79 0.24 0.44 318.21 0.65 0.34
Hex 8E 1E 6C 0 4F 18 2C 13E 41 22
Octal 216 36 154 0 117 30 54 476 101 42
Binary 10001110 11110 1101100 0 1001111 11000 101100 100111110 1000001 100010

Color Harmonies of #8E1E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1E6C

Black with #8E1E6C

Text Example


Text Example

White with #8E1E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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