Html Css Color HEX #8E2672 Dark Purple

📋 copy color: '#8E2672'

red 142 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #8E2672

Tints of Dark Purple #8E2672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 48.3%
G = 12.93%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E2672 (or 0x8E2672) is known color: Dark Purple. HEX triplet: 8E, 26 and 72. RGB value is (142,38,114). Sum of RGB (Red+Green+Blue) = 142+38+114=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2672 is #71D98D. Grayscale: #4D4D4D. Windows color (decimal): -7461262 or 7480974. OLE color: 7480974.

HSL color Cylindrical-coordinate representation of color #8E2672: hue angle of 316.15º degrees, saturation: 0.58, 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 #8E2672 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 38 114 -
CMYK 0 0.73 0.20 0.44
HSL 316.15º 0.58% 0.35% -
HSV(B) 316.15º 0.73% 0.56% -
XYZ 14.89 8.35 16.75 -
YUV 77.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 142 38 114 0 0.73 0.20 0.44 316.15 0.58 0.35
Hex 8E 26 72 0 49 14 2C 13C 3A 23
Octal 216 46 162 0 111 24 54 474 72 43
Binary 10001110 100110 1110010 0 1001001 10100 101100 100111100 111010 100011

Color Harmonies of #8E2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2672

Black with #8E2672

Text Example


Text Example

White with #8E2672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,38,114); }

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

background-color css

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

 a { background-color: rgb(142,38,114); }

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

border-color css

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

 span { border-color: rgb(142,38,114); }

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