Html Css Color HEX #8F1064 Eggplant

📋 copy color: '#8F1064'

red 143 ◦ green 16 ◦ blue 100

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

Shades of Eggplant #8F1064

Tints of Eggplant #8F1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 100 (39.45% from 255) = 38.61%

R = 55.21%
G = 6.18%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F1064 (or 0x8F1064) is known color: Eggplant. HEX triplet: 8F, 10 and 64. RGB value is (143,16,100). Sum of RGB (Red+Green+Blue) = 143+16+100=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1064 is #70EF9B. Grayscale: #3F3F3F. Windows color (decimal): -7401372 or 6557839. OLE color: 6557839.

HSL color Cylindrical-coordinate representation of color #8F1064: hue angle of 320.31º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1064 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 16 100 -
CMYK 0 0.89 0.30 0.44
HSL 320.32º 0.8% 0.31% -
HSV(B) 320.32º 0.89% 0.56% -
XYZ 13.81 7.13 12.7 -
YUV 63.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 143 16 100 0 0.89 0.30 0.44 320.32 0.8 0.31
Hex 8F 10 64 0 59 1E 2C 140 50 1F
Octal 217 20 144 0 131 36 54 500 120 37
Binary 10001111 10000 1100100 0 1011001 11110 101100 101000000 1010000 11111

Color Harmonies of #8F1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1064

Black with #8F1064

Text Example


Text Example

White with #8F1064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,100); }

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

background-color css

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

 a { background-color: rgb(143,16,100); }

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

border-color css

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

 span { border-color: rgb(143,16,100); }

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