Html Css Color HEX #8E2673 Dark Purple

📋 copy color: '#8E2673'

red 142 ◦ green 38 ◦ blue 115

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

Shades of Dark Purple #8E2673

Tints of Dark Purple #8E2673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 48.14%
G = 12.88%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E2673 (or 0x8E2673) is known color: Dark Purple. HEX triplet: 8E, 26 and 73. RGB value is (142,38,115). Sum of RGB (Red+Green+Blue) = 142+38+115=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2673 is #71D98C. Grayscale: #4D4D4D. Windows color (decimal): -7461261 or 7546510. OLE color: 7546510.

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

Color convert

RGB 142 38 115 -
CMYK 0 0.73 0.19 0.44
HSL 315.58º 0.58% 0.35% -
HSV(B) 315.58º 0.73% 0.56% -
XYZ 14.94 8.37 17.05 -
YUV 77.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 142 38 115 0 0.73 0.19 0.44 315.58 0.58 0.35
Hex 8E 26 73 0 49 13 2C 13C 3A 23
Octal 216 46 163 0 111 23 54 474 72 43
Binary 10001110 100110 1110011 0 1001001 10011 101100 100111100 111010 100011

Color Harmonies of #8E2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2673

Black with #8E2673

Text Example


Text Example

White with #8E2673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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