Html Css Color HEX #8E1B72 Dark Purple

📋 copy color: '#8E1B72'

red 142 ◦ green 27 ◦ blue 114

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

Shades of Dark Purple #8E1B72

Tints of Dark Purple #8E1B72

RGB

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

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

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

R = 50.18%
G = 9.54%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E1B72 (or 0x8E1B72) is known color: Dark Purple. HEX triplet: 8E, 1B and 72. RGB value is (142,27,114). Sum of RGB (Red+Green+Blue) = 142+27+114=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B72 is #71E48D. Grayscale: #474747. Windows color (decimal): -7464078 or 7478158. OLE color: 7478158.

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

Color convert

RGB 142 27 114 -
CMYK 0 0.81 0.20 0.44
HSL 314.61º 0.68% 0.33% -
HSV(B) 314.61º 0.81% 0.56% -
XYZ 14.58 7.75 16.65 -
YUV 71.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 142 27 114 0 0.81 0.20 0.44 314.61 0.68 0.33
Hex 8E 1B 72 0 51 14 2C 13B 44 21
Octal 216 33 162 0 121 24 54 473 104 41
Binary 10001110 11011 1110010 0 1010001 10100 101100 100111011 1000100 100001

Color Harmonies of #8E1B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B72

Black with #8E1B72

Text Example


Text Example

White with #8E1B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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