Html Css Color HEX #8F1068 Eggplant

📋 copy color: '#8F1068'

red 143 ◦ green 16 ◦ blue 104

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

Shades of Eggplant #8F1068

Tints of Eggplant #8F1068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 54.37%
G = 6.08%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8F1068 (or 0x8F1068) is known color: Eggplant. HEX triplet: 8F, 10 and 68. RGB value is (143,16,104). Sum of RGB (Red+Green+Blue) = 143+16+104=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1068 is #70EF97. Grayscale: #3F3F3F. Windows color (decimal): -7401368 or 6819983. OLE color: 6819983.

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

Color convert

RGB 143 16 104 -
CMYK 0 0.89 0.27 0.44
HSL 318.43º 0.8% 0.31% -
HSV(B) 318.43º 0.89% 0.56% -
XYZ 14.01 7.21 13.75 -
YUV 64.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 143 16 104 0 0.89 0.27 0.44 318.43 0.8 0.31
Hex 8F 10 68 0 59 1B 2C 13E 50 1F
Octal 217 20 150 0 131 33 54 476 120 37
Binary 10001111 10000 1101000 0 1011001 11011 101100 100111110 1010000 11111

Color Harmonies of #8F1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1068

Black with #8F1068

Text Example


Text Example

White with #8F1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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