Html Css Color HEX #8F1061 Eggplant

📋 copy color: '#8F1061'

red 143 ◦ green 16 ◦ blue 97

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

Shades of Eggplant #8F1061

Tints of Eggplant #8F1061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 55.86%
G = 6.25%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8F1061 (or 0x8F1061) is known color: Eggplant. HEX triplet: 8F, 10 and 61. RGB value is (143,16,97). Sum of RGB (Red+Green+Blue) = 143+16+97=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1061 is #70EF9E. Grayscale: #3F3F3F. Windows color (decimal): -7401375 or 6361231. OLE color: 6361231.

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

Color convert

RGB 143 16 97 -
CMYK 0 0.89 0.32 0.44
HSL 321.73º 0.8% 0.31% -
HSV(B) 321.73º 0.89% 0.56% -
XYZ 13.67 7.07 11.95 -
YUV 63.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 143 16 97 0 0.89 0.32 0.44 321.73 0.8 0.31
Hex 8F 10 61 0 59 20 2C 142 50 1F
Octal 217 20 141 0 131 40 54 502 120 37
Binary 10001111 10000 1100001 0 1011001 100000 101100 101000010 1010000 11111

Color Harmonies of #8F1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1061

Black with #8F1061

Text Example


Text Example

White with #8F1061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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