Html Css Color HEX #8F146A Eggplant

📋 copy color: '#8F146A'

red 143 ◦ green 20 ◦ blue 106

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

Shades of Eggplant #8F146A

Tints of Eggplant #8F146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 53.16%
G = 7.43%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F146A (or 0x8F146A) is known color: Eggplant. HEX triplet: 8F, 14 and 6A. RGB value is (143,20,106). Sum of RGB (Red+Green+Blue) = 143+20+106=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F146A is #70EB95. Grayscale: #424242. Windows color (decimal): -7400342 or 6952079. OLE color: 6952079.

HSL color Cylindrical-coordinate representation of color #8F146A: hue angle of 318.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F146A is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 20 106 -
CMYK 0 0.86 0.26 0.44
HSL 318.05º 0.75% 0.32% -
HSV(B) 318.05º 0.86% 0.56% -
XYZ 14.18 7.38 14.31 -
YUV 66.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 143 20 106 0 0.86 0.26 0.44 318.05 0.75 0.32
Hex 8F 14 6A 0 56 1A 2C 13E 4B 20
Octal 217 24 152 0 126 32 54 476 113 40
Binary 10001111 10100 1101010 0 1010110 11010 101100 100111110 1001011 100000

Color Harmonies of #8F146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F146A

Black with #8F146A

Text Example


Text Example

White with #8F146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,20,106); }

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

background-color css

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

 a { background-color: rgb(143,20,106); }

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

border-color css

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

 span { border-color: rgb(143,20,106); }

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