Html Css Color HEX #8F045F Eggplant

📋 copy color: '#8F045F'

red 143 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #8F045F

Tints of Eggplant #8F045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 59.09%
G = 1.65%
B = 39.26%

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

#8F045F (or 0x8F045F) is known color: Eggplant. HEX triplet: 8F, 04 and 5F. RGB value is (143,4,95). Sum of RGB (Red+Green+Blue) = 143+4+95=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F045F is #70FBA0. Grayscale: #373737. Windows color (decimal): -7404449 or 6227087. OLE color: 6227087.

HSL color Cylindrical-coordinate representation of color #8F045F: hue angle of 320.72º degrees, saturation: 0.95, 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 #8F045F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 95 -
CMYK 0 0.97 0.34 0.44
HSL 320.72º 0.95% 0.29% -
HSV(B) 320.72º 0.97% 0.56% -
XYZ 13.44 6.75 11.42 -
YUV 55.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 143 4 95 0 0.97 0.34 0.44 320.72 0.95 0.29
Hex 8F 4 5F 0 61 22 2C 141 5F 1D
Octal 217 4 137 0 141 42 54 501 137 35
Binary 10001111 100 1011111 0 1100001 100010 101100 101000001 1011111 11101

Color Harmonies of #8F045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F045F

Black with #8F045F

Text Example


Text Example

White with #8F045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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