Html Css Color HEX #8D005F Eggplant

📋 copy color: '#8D005F'

red 141 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #8D005F

Tints of Eggplant #8D005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 59.75%
G = 0%
B = 40.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D005F (or 0x8D005F) is known color: Eggplant. HEX triplet: 8D, 00 and 5F. RGB value is (141,0,95). Sum of RGB (Red+Green+Blue) = 141+0+95=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D005F is #72FFA0. Grayscale: #343434. Windows color (decimal): -7536545 or 6226061. OLE color: 6226061.

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

Color convert

RGB 141 0 95 -
CMYK 0 1 0.33 0.45
HSL 319.57º 1% 0.28% -
HSV(B) 319.57º 1% 0.55% -
XYZ 13.05 6.49 11.39 -
YUV 52.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 141 0 95 0 1 0.33 0.45 319.57 1 0.28
Hex 8D 0 5F 0 64 21 2D 140 64 1C
Octal 215 0 137 0 144 41 55 500 144 34
Binary 10001101 0 1011111 0 1100100 100001 101101 101000000 1100100 11100

Color Harmonies of #8D005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D005F

Black with #8D005F

Text Example


Text Example

White with #8D005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,95); }

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

background-color css

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

 a { background-color: rgb(141,0,95); }

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

border-color css

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

 span { border-color: rgb(141,0,95); }

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