Html Css Color HEX #8B1463 Eggplant

📋 copy color: '#8B1463'

red 139 ◦ green 20 ◦ blue 99

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

Shades of Eggplant #8B1463

Tints of Eggplant #8B1463

RGB

 RED value IS 139 (54.69% from 255) = 53.88%

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 53.88%
G = 7.75%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B1463 (or 0x8B1463) is known color: Eggplant. HEX triplet: 8B, 14 and 63. RGB value is (139,20,99). Sum of RGB (Red+Green+Blue) = 139+20+99=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1463 is #74EB9C. Grayscale: #404040. Windows color (decimal): -7662493 or 6493323. OLE color: 6493323.

HSL color Cylindrical-coordinate representation of color #8B1463: hue angle of 320.17º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1463 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 99 -
CMYK 0 0.86 0.29 0.45
HSL 320.17º 0.75% 0.31% -
HSV(B) 320.17º 0.86% 0.55% -
XYZ 13.15 6.89 12.44 -
YUV 64.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 139 20 99 0 0.86 0.29 0.45 320.17 0.75 0.31
Hex 8B 14 63 0 56 1D 2D 140 4B 1F
Octal 213 24 143 0 126 35 55 500 113 37
Binary 10001011 10100 1100011 0 1010110 11101 101101 101000000 1001011 11111

Color Harmonies of #8B1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1463

Black with #8B1463

Text Example


Text Example

White with #8B1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,99); }

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

background-color css

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

 a { background-color: rgb(139,20,99); }

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

border-color css

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

 span { border-color: rgb(139,20,99); }

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