Html Css Color HEX #8F015E Eggplant

📋 copy color: '#8F015E'

red 143 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #8F015E

Tints of Eggplant #8F015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 60.08%
G = 0.42%
B = 39.5%

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

#8F015E (or 0x8F015E) is known color: Eggplant. HEX triplet: 8F, 01 and 5E. RGB value is (143,1,94). Sum of RGB (Red+Green+Blue) = 143+1+94=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F015E is #70FEA1. Grayscale: #353535. Windows color (decimal): -7405218 or 6160783. OLE color: 6160783.

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

Color convert

RGB 143 1 94 -
CMYK 0 0.99 0.34 0.44
HSL 320.7º 0.99% 0.28% -
HSV(B) 320.7º 0.99% 0.56% -
XYZ 13.36 6.67 11.17 -
YUV 54.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 143 1 94 0 0.99 0.34 0.44 320.7 0.99 0.28
Hex 8F 1 5E 0 63 22 2C 141 63 1C
Octal 217 1 136 0 143 42 54 501 143 34
Binary 10001111 1 1011110 0 1100011 100010 101100 101000001 1100011 11100

Color Harmonies of #8F015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F015E

Black with #8F015E

Text Example


Text Example

White with #8F015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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