Html Css Color HEX #8F055F Eggplant

📋 copy color: '#8F055F'

red 143 ◦ green 5 ◦ blue 95

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

Shades of Eggplant #8F055F

Tints of Eggplant #8F055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 58.85%
G = 2.06%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F055F (or 0x8F055F) is known color: Eggplant. HEX triplet: 8F, 05 and 5F. RGB value is (143,5,95). Sum of RGB (Red+Green+Blue) = 143+5+95=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F055F is #70FAA0. Grayscale: #383838. Windows color (decimal): -7404193 or 6227343. OLE color: 6227343.

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

Color convert

RGB 143 5 95 -
CMYK 0 0.97 0.34 0.44
HSL 320.87º 0.93% 0.29% -
HSV(B) 320.87º 0.97% 0.56% -
XYZ 13.45 6.77 11.43 -
YUV 56.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 143 5 95 0 0.97 0.34 0.44 320.87 0.93 0.29
Hex 8F 5 5F 0 61 22 2C 141 5D 1D
Octal 217 5 137 0 141 42 54 501 135 35
Binary 10001111 101 1011111 0 1100001 100010 101100 101000001 1011101 11101

Color Harmonies of #8F055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F055F

Black with #8F055F

Text Example


Text Example

White with #8F055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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