Html Css Color HEX #8F065F Eggplant

📋 copy color: '#8F065F'

red 143 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #8F065F

Tints of Eggplant #8F065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 58.61%
G = 2.46%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F065F (or 0x8F065F) is known color: Eggplant. HEX triplet: 8F, 06 and 5F. RGB value is (143,6,95). Sum of RGB (Red+Green+Blue) = 143+6+95=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F065F is #70F9A0. Grayscale: #383838. Windows color (decimal): -7403937 or 6227599. OLE color: 6227599.

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

Color convert

RGB 143 6 95 -
CMYK 0 0.96 0.34 0.44
HSL 321.02º 0.92% 0.29% -
HSV(B) 321.02º 0.96% 0.56% -
XYZ 13.46 6.8 11.43 -
YUV 57.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 143 6 95 0 0.96 0.34 0.44 321.02 0.92 0.29
Hex 8F 6 5F 0 60 22 2C 141 5C 1D
Octal 217 6 137 0 140 42 54 501 134 35
Binary 10001111 110 1011111 0 1100000 100010 101100 101000001 1011100 11101

Color Harmonies of #8F065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F065F

Black with #8F065F

Text Example


Text Example

White with #8F065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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