Html Css Color HEX #8D035D Eggplant

📋 copy color: '#8D035D'

red 141 ◦ green 3 ◦ blue 93

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

Shades of Eggplant #8D035D

Tints of Eggplant #8D035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 59.49%
G = 1.27%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D035D (or 0x8D035D) is known color: Eggplant. HEX triplet: 8D, 03 and 5D. RGB value is (141,3,93). Sum of RGB (Red+Green+Blue) = 141+3+93=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035D is #72FCA2. Grayscale: #363636. Windows color (decimal): -7535779 or 6095757. OLE color: 6095757.

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

Color convert

RGB 141 3 93 -
CMYK 0 0.98 0.34 0.45
HSL 320.87º 0.96% 0.28% -
HSV(B) 320.87º 0.98% 0.55% -
XYZ 12.99 6.52 10.93 -
YUV 54.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 141 3 93 0 0.98 0.34 0.45 320.87 0.96 0.28
Hex 8D 3 5D 0 62 22 2D 141 60 1C
Octal 215 3 135 0 142 42 55 501 140 34
Binary 10001101 11 1011101 0 1100010 100010 101101 101000001 1100000 11100

Color Harmonies of #8D035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D035D

Black with #8D035D

Text Example


Text Example

White with #8D035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,3,93); }

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

background-color css

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

 a { background-color: rgb(141,3,93); }

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

border-color css

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

 span { border-color: rgb(141,3,93); }

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