Html Css Color HEX #8E226E Dark Purple

📋 copy color: '#8E226E'

red 142 ◦ green 34 ◦ blue 110

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

Shades of Dark Purple #8E226E

Tints of Dark Purple #8E226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 49.65%
G = 11.89%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E226E (or 0x8E226E) is known color: Dark Purple. HEX triplet: 8E, 22 and 6E. RGB value is (142,34,110). Sum of RGB (Red+Green+Blue) = 142+34+110=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E226E is #71DD91. Grayscale: #4A4A4A. Windows color (decimal): -7462290 or 7217806. OLE color: 7217806.

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

Color convert

RGB 142 34 110 -
CMYK 0 0.76 0.23 0.44
HSL 317.78º 0.61% 0.35% -
HSV(B) 317.78º 0.76% 0.56% -
XYZ 14.54 8.02 15.53 -
YUV 74.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 142 34 110 0 0.76 0.23 0.44 317.78 0.61 0.35
Hex 8E 22 6E 0 4C 17 2C 13E 3D 23
Octal 216 42 156 0 114 27 54 476 75 43
Binary 10001110 100010 1101110 0 1001100 10111 101100 100111110 111101 100011

Color Harmonies of #8E226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E226E

Black with #8E226E

Text Example


Text Example

White with #8E226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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