Html Css Color HEX #8F024E Eggplant

📋 copy color: '#8F024E'

red 143 ◦ green 2 ◦ blue 78

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

Shades of Eggplant #8F024E

Tints of Eggplant #8F024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 64.13%
G = 0.9%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F024E (or 0x8F024E) is known color: Eggplant. HEX triplet: 8F, 02 and 4E. RGB value is (143,2,78). Sum of RGB (Red+Green+Blue) = 143+2+78=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F024E is #70FDB1. Grayscale: #343434. Windows color (decimal): -7404978 or 5112463. OLE color: 5112463.

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

Color convert

RGB 143 2 78 -
CMYK 0 0.99 0.45 0.44
HSL 327.66º 0.97% 0.28% -
HSV(B) 327.66º 0.99% 0.56% -
XYZ 12.72 6.43 7.78 -
YUV 52.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 143 2 78 0 0.99 0.45 0.44 327.66 0.97 0.28
Hex 8F 2 4E 0 63 2D 2C 148 61 1C
Octal 217 2 116 0 143 55 54 510 141 34
Binary 10001111 10 1001110 0 1100011 101101 101100 101001000 1100001 11100

Color Harmonies of #8F024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F024E

Black with #8F024E

Text Example


Text Example

White with #8F024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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