Html Css Color HEX #8F004D Eggplant

📋 copy color: '#8F004D'

red 143 ◦ green 0 ◦ blue 77

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

Shades of Eggplant #8F004D

Tints of Eggplant #8F004D

RGB

 RED value IS 143 (56.25% from 255) = 65%

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

 BLUE value IS 77 (30.47% from 255) = 35%

R = 65%
G = 0%
B = 35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F004D (or 0x8F004D) is known color: Eggplant. HEX triplet: 8F, 00 and 4D. RGB value is (143,0,77). Sum of RGB (Red+Green+Blue) = 143+0+77=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F004D is #70FFB2. Grayscale: #333333. Windows color (decimal): -7405491 or 5046415. OLE color: 5046415.

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

Color convert

RGB 143 0 77 -
CMYK 0 1 0.46 0.44
HSL 327.69º 1% 0.28% -
HSV(B) 327.69º 1% 0.56% -
XYZ 12.67 6.38 7.58 -
YUV 51.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 143 0 77 0 1 0.46 0.44 327.69 1 0.28
Hex 8F 0 4D 0 64 2E 2C 148 64 1C
Octal 217 0 115 0 144 56 54 510 144 34
Binary 10001111 0 1001101 0 1100100 101110 101100 101001000 1100100 11100

Color Harmonies of #8F004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F004D

Black with #8F004D

Text Example


Text Example

White with #8F004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,77); }

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

background-color css

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

 a { background-color: rgb(143,0,77); }

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

border-color css

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

 span { border-color: rgb(143,0,77); }

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