Html Css Color HEX #8E1B73 Dark Purple

📋 copy color: '#8E1B73'

red 142 ◦ green 27 ◦ blue 115

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

Shades of Dark Purple #8E1B73

Tints of Dark Purple #8E1B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 50%
G = 9.51%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E1B73 (or 0x8E1B73) is known color: Dark Purple. HEX triplet: 8E, 1B and 73. RGB value is (142,27,115). Sum of RGB (Red+Green+Blue) = 142+27+115=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B73 is #71E48C. Grayscale: #474747. Windows color (decimal): -7464077 or 7543694. OLE color: 7543694.

HSL color Cylindrical-coordinate representation of color #8E1B73: hue angle of 314.09º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B73 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 27 115 -
CMYK 0 0.81 0.19 0.44
HSL 314.09º 0.68% 0.33% -
HSV(B) 314.09º 0.81% 0.56% -
XYZ 14.64 7.77 16.95 -
YUV 71.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 142 27 115 0 0.81 0.19 0.44 314.09 0.68 0.33
Hex 8E 1B 73 0 51 13 2C 13A 44 21
Octal 216 33 163 0 121 23 54 472 104 41
Binary 10001110 11011 1110011 0 1010001 10011 101100 100111010 1000100 100001

Color Harmonies of #8E1B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B73

Black with #8E1B73

Text Example


Text Example

White with #8E1B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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