Html Css Color HEX #8D025D Eggplant

📋 copy color: '#8D025D'

red 141 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #8D025D

Tints of Eggplant #8D025D

RGB

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

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

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

R = 59.75%
G = 0.85%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D025D (or 0x8D025D) is known color: Eggplant. HEX triplet: 8D, 02 and 5D. RGB value is (141,2,93). Sum of RGB (Red+Green+Blue) = 141+2+93=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025D is #72FDA2. Grayscale: #353535. Windows color (decimal): -7536035 or 6095501. OLE color: 6095501.

HSL color Cylindrical-coordinate representation of color #8D025D: hue angle of 320.72º 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 #8D025D is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 2 93 -
CMYK 0 0.99 0.34 0.45
HSL 320.72º 0.97% 0.28% -
HSV(B) 320.72º 0.99% 0.55% -
XYZ 12.98 6.5 10.93 -
YUV 53.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 141 2 93 0 0.99 0.34 0.45 320.72 0.97 0.28
Hex 8D 2 5D 0 63 22 2D 141 61 1C
Octal 215 2 135 0 143 42 55 501 141 34
Binary 10001101 10 1011101 0 1100011 100010 101101 101000001 1100001 11100

Color Harmonies of #8D025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D025D

Black with #8D025D

Text Example


Text Example

White with #8D025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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