Html Css Color HEX #8F1764 Eggplant

📋 copy color: '#8F1764'

red 143 ◦ green 23 ◦ blue 100

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

Shades of Eggplant #8F1764

Tints of Eggplant #8F1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 53.76%
G = 8.65%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F1764 (or 0x8F1764) is known color: Eggplant. HEX triplet: 8F, 17 and 64. RGB value is (143,23,100). Sum of RGB (Red+Green+Blue) = 143+23+100=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1764 is #70E89B. Grayscale: #434343. Windows color (decimal): -7399580 or 6559631. OLE color: 6559631.

HSL color Cylindrical-coordinate representation of color #8F1764: hue angle of 321.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1764 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 23 100 -
CMYK 0 0.84 0.30 0.44
HSL 321.5º 0.72% 0.33% -
HSV(B) 321.5º 0.84% 0.56% -
XYZ 13.93 7.37 12.75 -
YUV 67.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 143 23 100 0 0.84 0.30 0.44 321.5 0.72 0.33
Hex 8F 17 64 0 54 1E 2C 142 48 21
Octal 217 27 144 0 124 36 54 502 110 41
Binary 10001111 10111 1100100 0 1010100 11110 101100 101000010 1001000 100001

Color Harmonies of #8F1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1764

Black with #8F1764

Text Example


Text Example

White with #8F1764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,23,100); }

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

background-color css

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

 a { background-color: rgb(143,23,100); }

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

border-color css

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

 span { border-color: rgb(143,23,100); }

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