Html Css Color HEX #8F105E Eggplant

📋 copy color: '#8F105E'

red 143 ◦ green 16 ◦ blue 94

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

Shades of Eggplant #8F105E

Tints of Eggplant #8F105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 56.52%
G = 6.32%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F105E (or 0x8F105E) is known color: Eggplant. HEX triplet: 8F, 10 and 5E. RGB value is (143,16,94). Sum of RGB (Red+Green+Blue) = 143+16+94=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F105E is #70EFA1. Grayscale: #3E3E3E. Windows color (decimal): -7401378 or 6164623. OLE color: 6164623.

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

Color convert

RGB 143 16 94 -
CMYK 0 0.89 0.34 0.44
HSL 323.15º 0.8% 0.31% -
HSV(B) 323.15º 0.89% 0.56% -
XYZ 13.53 7.02 11.23 -
YUV 62.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 143 16 94 0 0.89 0.34 0.44 323.15 0.8 0.31
Hex 8F 10 5E 0 59 22 2C 143 50 1F
Octal 217 20 136 0 131 42 54 503 120 37
Binary 10001111 10000 1011110 0 1011001 100010 101100 101000011 1010000 11111

Color Harmonies of #8F105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F105E

Black with #8F105E

Text Example


Text Example

White with #8F105E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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