Html Css Color HEX #8F085D Eggplant

📋 copy color: '#8F085D'

red 143 ◦ green 8 ◦ blue 93

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

Shades of Eggplant #8F085D

Tints of Eggplant #8F085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 58.61%
G = 3.28%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F085D (or 0x8F085D) is known color: Eggplant. HEX triplet: 8F, 08 and 5D. RGB value is (143,8,93). Sum of RGB (Red+Green+Blue) = 143+8+93=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F085D is #70F7A2. Grayscale: #393939. Windows color (decimal): -7403427 or 6097039. OLE color: 6097039.

HSL color Cylindrical-coordinate representation of color #8F085D: hue angle of 322.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F085D is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 93 -
CMYK 0 0.94 0.35 0.44
HSL 322.22º 0.89% 0.3% -
HSV(B) 322.22º 0.94% 0.56% -
XYZ 13.39 6.8 10.96 -
YUV 58.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 143 8 93 0 0.94 0.35 0.44 322.22 0.89 0.3
Hex 8F 8 5D 0 5E 23 2C 142 59 1E
Octal 217 10 135 0 136 43 54 502 131 36
Binary 10001111 1000 1011101 0 1011110 100011 101100 101000010 1011001 11110

Color Harmonies of #8F085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F085D

Black with #8F085D

Text Example


Text Example

White with #8F085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,93); }

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

background-color css

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

 a { background-color: rgb(143,8,93); }

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

border-color css

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

 span { border-color: rgb(143,8,93); }

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