Html Css Color HEX #8F075D Eggplant

📋 copy color: '#8F075D'

red 143 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #8F075D

Tints of Eggplant #8F075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 58.85%
G = 2.88%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F075D (or 0x8F075D) is known color: Eggplant. HEX triplet: 8F, 07 and 5D. RGB value is (143,7,93). Sum of RGB (Red+Green+Blue) = 143+7+93=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F075D is #70F8A2. Grayscale: #393939. Windows color (decimal): -7403683 or 6096783. OLE color: 6096783.

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

Color convert

RGB 143 7 93 -
CMYK 0 0.95 0.35 0.44
HSL 322.06º 0.91% 0.29% -
HSV(B) 322.06º 0.95% 0.56% -
XYZ 13.38 6.78 10.96 -
YUV 57.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 143 7 93 0 0.95 0.35 0.44 322.06 0.91 0.29
Hex 8F 7 5D 0 5F 23 2C 142 5B 1D
Octal 217 7 135 0 137 43 54 502 133 35
Binary 10001111 111 1011101 0 1011111 100011 101100 101000010 1011011 11101

Color Harmonies of #8F075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F075D

Black with #8F075D

Text Example


Text Example

White with #8F075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,93); }

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

background-color css

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

 a { background-color: rgb(143,7,93); }

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

border-color css

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

 span { border-color: rgb(143,7,93); }

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