Html Css Color HEX #8E218A Dark Purple

📋 copy color: '#8E218A'

red 142 ◦ green 33 ◦ blue 138

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

Shades of Dark Purple #8E218A

Tints of Dark Purple #8E218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 45.37%
G = 10.54%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E218A (or 0x8E218A) is known color: Dark Purple. HEX triplet: 8E, 21 and 8A. RGB value is (142,33,138). Sum of RGB (Red+Green+Blue) = 142+33+138=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E218A is #71DE75. Grayscale: #4D4D4D. Windows color (decimal): -7462518 or 9052558. OLE color: 9052558.

HSL color Cylindrical-coordinate representation of color #8E218A: hue angle of 302.2º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E218A is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 33 138 -
CMYK 0 0.77 0.03 0.44
HSL 302.2º 0.62% 0.34% -
HSV(B) 302.2º 0.77% 0.56% -
XYZ 16.29 8.67 24.86 -
YUV 77.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 142 33 138 0 0.77 0.03 0.44 302.2 0.62 0.34
Hex 8E 21 8A 0 4D 3 2C 12E 3E 22
Octal 216 41 212 0 115 3 54 456 76 42
Binary 10001110 100001 10001010 0 1001101 11 101100 100101110 111110 100010

Color Harmonies of #8E218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E218A

Black with #8E218A

Text Example


Text Example

White with #8E218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,138); }

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

background-color css

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

 a { background-color: rgb(142,33,138); }

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

border-color css

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

 span { border-color: rgb(142,33,138); }

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