Html Css Color HEX #8E228B Dark Purple

📋 copy color: '#8E228B'

red 142 ◦ green 34 ◦ blue 139

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

Shades of Dark Purple #8E228B

Tints of Dark Purple #8E228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 45.08%
G = 10.79%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E228B (or 0x8E228B) is known color: Dark Purple. HEX triplet: 8E, 22 and 8B. RGB value is (142,34,139). Sum of RGB (Red+Green+Blue) = 142+34+139=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E228B is #71DD74. Grayscale: #4D4D4D. Windows color (decimal): -7462261 or 9118350. OLE color: 9118350.

HSL color Cylindrical-coordinate representation of color #8E228B: hue angle of 301.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E228B is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 34 139 -
CMYK 0 0.76 0.02 0.44
HSL 301.67º 0.61% 0.35% -
HSV(B) 301.67º 0.76% 0.56% -
XYZ 16.39 8.76 25.25 -
YUV 78.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 142 34 139 0 0.76 0.02 0.44 301.67 0.61 0.35
Hex 8E 22 8B 0 4C 2 2C 12E 3D 23
Octal 216 42 213 0 114 2 54 456 75 43
Binary 10001110 100010 10001011 0 1001100 10 101100 100101110 111101 100011

Color Harmonies of #8E228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E228B

Black with #8E228B

Text Example


Text Example

White with #8E228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,139); }

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

background-color css

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

 a { background-color: rgb(142,34,139); }

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

border-color css

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

 span { border-color: rgb(142,34,139); }

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