Html Css Color HEX #8F026E Eggplant

📋 copy color: '#8F026E'

red 143 ◦ green 2 ◦ blue 110

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

Shades of Eggplant #8F026E

Tints of Eggplant #8F026E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 56.08%
G = 0.78%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F026E (or 0x8F026E) is known color: Eggplant. HEX triplet: 8F, 02 and 6E. RGB value is (143,2,110). Sum of RGB (Red+Green+Blue) = 143+2+110=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F026E is #70FD91. Grayscale: #383838. Windows color (decimal): -7404946 or 7209615. OLE color: 7209615.

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

Color convert

RGB 143 2 110 -
CMYK 0 0.99 0.23 0.44
HSL 314.04º 0.97% 0.28% -
HSV(B) 314.04º 0.99% 0.56% -
XYZ 14.16 7.01 15.36 -
YUV 56.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 143 2 110 0 0.99 0.23 0.44 314.04 0.97 0.28
Hex 8F 2 6E 0 63 17 2C 13A 61 1C
Octal 217 2 156 0 143 27 54 472 141 34
Binary 10001111 10 1101110 0 1100011 10111 101100 100111010 1100001 11100

Color Harmonies of #8F026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F026E

Black with #8F026E

Text Example


Text Example

White with #8F026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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