Html Css Color HEX #8F025E Eggplant

📋 copy color: '#8F025E'

red 143 ◦ green 2 ◦ blue 94

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

Shades of Eggplant #8F025E

Tints of Eggplant #8F025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 59.83%
G = 0.84%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F025E (or 0x8F025E) is known color: Eggplant. HEX triplet: 8F, 02 and 5E. RGB value is (143,2,94). Sum of RGB (Red+Green+Blue) = 143+2+94=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F025E is #70FDA1. Grayscale: #363636. Windows color (decimal): -7404962 or 6161039. OLE color: 6161039.

HSL color Cylindrical-coordinate representation of color #8F025E: hue angle of 320.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F025E is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 94 -
CMYK 0 0.99 0.34 0.44
HSL 320.85º 0.97% 0.28% -
HSV(B) 320.85º 0.99% 0.56% -
XYZ 13.37 6.69 11.18 -
YUV 54.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 143 2 94 0 0.99 0.34 0.44 320.85 0.97 0.28
Hex 8F 2 5E 0 63 22 2C 141 61 1C
Octal 217 2 136 0 143 42 54 501 141 34
Binary 10001111 10 1011110 0 1100011 100010 101100 101000001 1100001 11100

Color Harmonies of #8F025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F025E

Black with #8F025E

Text Example


Text Example

White with #8F025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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