Html Css Color HEX #8D065E Eggplant

📋 copy color: '#8D065E'

red 141 ◦ green 6 ◦ blue 94

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

Shades of Eggplant #8D065E

Tints of Eggplant #8D065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 58.51%
G = 2.49%
B = 39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D065E (or 0x8D065E) is known color: Eggplant. HEX triplet: 8D, 06 and 5E. RGB value is (141,6,94). Sum of RGB (Red+Green+Blue) = 141+6+94=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D065E is #72F9A1. Grayscale: #383838. Windows color (decimal): -7535010 or 6162061. OLE color: 6162061.

HSL color Cylindrical-coordinate representation of color #8D065E: hue angle of 320.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D065E is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 94 -
CMYK 0 0.96 0.33 0.45
HSL 320.89º 0.92% 0.29% -
HSV(B) 320.89º 0.96% 0.55% -
XYZ 13.07 6.6 11.17 -
YUV 56.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 141 6 94 0 0.96 0.33 0.45 320.89 0.92 0.29
Hex 8D 6 5E 0 60 21 2D 141 5C 1D
Octal 215 6 136 0 140 41 55 501 134 35
Binary 10001101 110 1011110 0 1100000 100001 101101 101000001 1011100 11101

Color Harmonies of #8D065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D065E

Black with #8D065E

Text Example


Text Example

White with #8D065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,94); }

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

background-color css

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

 a { background-color: rgb(141,6,94); }

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

border-color css

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

 span { border-color: rgb(141,6,94); }

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