Html Css Color HEX #8E2773 Dark Purple

📋 copy color: '#8E2773'

red 142 ◦ green 39 ◦ blue 115

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

Shades of Dark Purple #8E2773

Tints of Dark Purple #8E2773

RGB

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

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

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

R = 47.97%
G = 13.18%
B = 38.85%

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

#8E2773 (or 0x8E2773) is known color: Dark Purple. HEX triplet: 8E, 27 and 73. RGB value is (142,39,115). Sum of RGB (Red+Green+Blue) = 142+39+115=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2773 is #71D88C. Grayscale: #4E4E4E. Windows color (decimal): -7461005 or 7546766. OLE color: 7546766.

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

Color convert

RGB 142 39 115 -
CMYK 0 0.73 0.19 0.44
HSL 315.73º 0.57% 0.35% -
HSV(B) 315.73º 0.73% 0.56% -
XYZ 14.98 8.44 17.06 -
YUV 78.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 142 39 115 0 0.73 0.19 0.44 315.73 0.57 0.35
Hex 8E 27 73 0 49 13 2C 13C 39 23
Octal 216 47 163 0 111 23 54 474 71 43
Binary 10001110 100111 1110011 0 1001001 10011 101100 100111100 111001 100011

Color Harmonies of #8E2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2773

Black with #8E2773

Text Example


Text Example

White with #8E2773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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