Html Css Color HEX #8D026E Eggplant

📋 copy color: '#8D026E'

red 141 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #8D026E

Tints of Eggplant #8D026E

RGB

 RED value IS 141 (55.47% from 255) = 55.73%

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 55.73%
G = 0.79%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D026E (or 0x8D026E) is known color: Eggplant. HEX triplet: 8D, 02 and 6E. RGB value is (141,2,110). Sum of RGB (Red+Green+Blue) = 141+2+110=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D026E is #72FD91. Grayscale: #373737. Windows color (decimal): -7536018 or 7209613. OLE color: 7209613.

HSL color Cylindrical-coordinate representation of color #8D026E: hue angle of 313.38º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D026E is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 110 -
CMYK 0 0.99 0.22 0.45
HSL 313.38º 0.97% 0.28% -
HSV(B) 313.38º 0.99% 0.55% -
XYZ 13.82 6.83 15.34 -
YUV 55.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 141 2 110 0 0.99 0.22 0.45 313.38 0.97 0.28
Hex 8D 2 6E 0 63 16 2D 139 61 1C
Octal 215 2 156 0 143 26 55 471 141 34
Binary 10001101 10 1101110 0 1100011 10110 101101 100111001 1100001 11100

Color Harmonies of #8D026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D026E

Black with #8D026E

Text Example


Text Example

White with #8D026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,110); }

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

background-color css

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

 a { background-color: rgb(141,2,110); }

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

border-color css

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

 span { border-color: rgb(141,2,110); }

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