Html Css Color HEX #8F155F Eggplant

📋 copy color: '#8F155F'

red 143 ◦ green 21 ◦ blue 95

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

Shades of Eggplant #8F155F

Tints of Eggplant #8F155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 55.21%
G = 8.11%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F155F (or 0x8F155F) is known color: Eggplant. HEX triplet: 8F, 15 and 5F. RGB value is (143,21,95). Sum of RGB (Red+Green+Blue) = 143+21+95=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F155F is #70EAA0. Grayscale: #414141. Windows color (decimal): -7400097 or 6231439. OLE color: 6231439.

HSL color Cylindrical-coordinate representation of color #8F155F: hue angle of 323.61º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F155F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 21 95 -
CMYK 0 0.85 0.34 0.44
HSL 323.61º 0.74% 0.32% -
HSV(B) 323.61º 0.85% 0.56% -
XYZ 13.66 7.2 11.5 -
YUV 65.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 143 21 95 0 0.85 0.34 0.44 323.61 0.74 0.32
Hex 8F 15 5F 0 55 22 2C 144 4A 20
Octal 217 25 137 0 125 42 54 504 112 40
Binary 10001111 10101 1011111 0 1010101 100010 101100 101000100 1001010 100000

Color Harmonies of #8F155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F155F

Black with #8F155F

Text Example


Text Example

White with #8F155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,21,95); }

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

background-color css

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

 a { background-color: rgb(143,21,95); }

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

border-color css

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

 span { border-color: rgb(143,21,95); }

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