Html Css Color HEX #8F014D Eggplant

📋 copy color: '#8F014D'

red 143 ◦ green 1 ◦ blue 77

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

Shades of Eggplant #8F014D

Tints of Eggplant #8F014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 64.71%
G = 0.45%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8F014D (or 0x8F014D) is known color: Eggplant. HEX triplet: 8F, 01 and 4D. RGB value is (143,1,77). Sum of RGB (Red+Green+Blue) = 143+1+77=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F014D is #70FEB2. Grayscale: #333333. Windows color (decimal): -7405235 or 5046671. OLE color: 5046671.

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

Color convert

RGB 143 1 77 -
CMYK 0 0.99 0.46 0.44
HSL 327.89º 0.99% 0.28% -
HSV(B) 327.89º 0.99% 0.56% -
XYZ 12.68 6.4 7.59 -
YUV 52.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 143 1 77 0 0.99 0.46 0.44 327.89 0.99 0.28
Hex 8F 1 4D 0 63 2E 2C 148 63 1C
Octal 217 1 115 0 143 56 54 510 143 34
Binary 10001111 1 1001101 0 1100011 101110 101100 101001000 1100011 11100

Color Harmonies of #8F014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F014D

Black with #8F014D

Text Example


Text Example

White with #8F014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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