Html Css Color HEX #8E278D Dark Purple

📋 copy color: '#8E278D'

red 142 ◦ green 39 ◦ blue 141

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

Shades of Dark Purple #8E278D

Tints of Dark Purple #8E278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 44.1%
G = 12.11%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E278D (or 0x8E278D) is known color: Dark Purple. HEX triplet: 8E, 27 and 8D. RGB value is (142,39,141). Sum of RGB (Red+Green+Blue) = 142+39+141=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E278D is #71D872. Grayscale: #515151. Windows color (decimal): -7460979 or 9250702. OLE color: 9250702.

HSL color Cylindrical-coordinate representation of color #8E278D: hue angle of 300.58º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E278D is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 39 141 -
CMYK 0 0.73 0.01 0.44
HSL 300.58º 0.57% 0.35% -
HSV(B) 300.58º 0.73% 0.56% -
XYZ 16.69 9.12 26.08 -
YUV 81.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 142 39 141 0 0.73 0.01 0.44 300.58 0.57 0.35
Hex 8E 27 8D 0 49 1 2C 12D 39 23
Octal 216 47 215 0 111 1 54 455 71 43
Binary 10001110 100111 10001101 0 1001001 1 101100 100101101 111001 100011

Color Harmonies of #8E278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E278D

Black with #8E278D

Text Example


Text Example

White with #8E278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,39,141); }

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

background-color css

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

 a { background-color: rgb(142,39,141); }

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

border-color css

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

 span { border-color: rgb(142,39,141); }

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