Html Css Color HEX #8F0E6D Eggplant

📋 copy color: '#8F0E6D'

red 143 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #8F0E6D

Tints of Eggplant #8F0E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 53.76%
G = 5.26%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F0E6D (or 0x8F0E6D) is known color: Eggplant. HEX triplet: 8F, 0E and 6D. RGB value is (143,14,109). Sum of RGB (Red+Green+Blue) = 143+14+109=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E6D is #70F192. Grayscale: #3F3F3F. Windows color (decimal): -7401875 or 7147151. OLE color: 7147151.

HSL color Cylindrical-coordinate representation of color #8F0E6D: hue angle of 315.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E6D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 109 -
CMYK 0 0.90 0.24 0.44
HSL 315.81º 0.82% 0.31% -
HSV(B) 315.81º 0.9% 0.56% -
XYZ 14.25 7.26 15.12 -
YUV 63.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 143 14 109 0 0.90 0.24 0.44 315.81 0.82 0.31
Hex 8F E 6D 0 5A 18 2C 13C 52 1F
Octal 217 16 155 0 132 30 54 474 122 37
Binary 10001111 1110 1101101 0 1011010 11000 101100 100111100 1010010 11111

Color Harmonies of #8F0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E6D

Black with #8F0E6D

Text Example


Text Example

White with #8F0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,109); }

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

background-color css

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

 a { background-color: rgb(143,14,109); }

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

border-color css

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

 span { border-color: rgb(143,14,109); }

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