Html Css Color HEX #8F1063 Eggplant

📋 copy color: '#8F1063'

red 143 ◦ green 16 ◦ blue 99

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

Shades of Eggplant #8F1063

Tints of Eggplant #8F1063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 55.43%
G = 6.2%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F1063 (or 0x8F1063) is known color: Eggplant. HEX triplet: 8F, 10 and 63. RGB value is (143,16,99). Sum of RGB (Red+Green+Blue) = 143+16+99=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1063 is #70EF9C. Grayscale: #3F3F3F. Windows color (decimal): -7401373 or 6492303. OLE color: 6492303.

HSL color Cylindrical-coordinate representation of color #8F1063: hue angle of 320.79º 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 #8F1063 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 16 99 -
CMYK 0 0.89 0.31 0.44
HSL 320.79º 0.8% 0.31% -
HSV(B) 320.79º 0.89% 0.56% -
XYZ 13.77 7.11 12.45 -
YUV 63.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 143 16 99 0 0.89 0.31 0.44 320.79 0.8 0.31
Hex 8F 10 63 0 59 1F 2C 141 50 1F
Octal 217 20 143 0 131 37 54 501 120 37
Binary 10001111 10000 1100011 0 1011001 11111 101100 101000001 1010000 11111

Color Harmonies of #8F1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1063

Black with #8F1063

Text Example


Text Example

White with #8F1063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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