Html Css Color HEX #8E226B Dark Purple

📋 copy color: '#8E226B'

red 142 ◦ green 34 ◦ blue 107

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

Shades of Dark Purple #8E226B

Tints of Dark Purple #8E226B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 50.18%
G = 12.01%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E226B (or 0x8E226B) is known color: Dark Purple. HEX triplet: 8E, 22 and 6B. RGB value is (142,34,107). Sum of RGB (Red+Green+Blue) = 142+34+107=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E226B is #71DD94. Grayscale: #4A4A4A. Windows color (decimal): -7462293 or 7021198. OLE color: 7021198.

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

Color convert

RGB 142 34 107 -
CMYK 0 0.76 0.25 0.44
HSL 319.44º 0.61% 0.35% -
HSV(B) 319.44º 0.76% 0.56% -
XYZ 14.38 7.96 14.69 -
YUV 74.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 142 34 107 0 0.76 0.25 0.44 319.44 0.61 0.35
Hex 8E 22 6B 0 4C 19 2C 13F 3D 23
Octal 216 42 153 0 114 31 54 477 75 43
Binary 10001110 100010 1101011 0 1001100 11001 101100 100111111 111101 100011

Color Harmonies of #8E226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E226B

Black with #8E226B

Text Example


Text Example

White with #8E226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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