Html Css Color HEX #8B014D Eggplant

📋 copy color: '#8B014D'

red 139 ◦ green 1 ◦ blue 77

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

Shades of Eggplant #8B014D

Tints of Eggplant #8B014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 64.06%
G = 0.46%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B014D (or 0x8B014D) is known color: Eggplant. HEX triplet: 8B, 01 and 4D. RGB value is (139,1,77). Sum of RGB (Red+Green+Blue) = 139+1+77=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B014D is #74FEB2. Grayscale: #323232. Windows color (decimal): -7667379 or 5046667. OLE color: 5046667.

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

Color convert

RGB 139 1 77 -
CMYK 0 0.99 0.45 0.45
HSL 326.96º 0.99% 0.27% -
HSV(B) 326.96º 0.99% 0.55% -
XYZ 12 6.05 7.56 -
YUV 50.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 139 1 77 0 0.99 0.45 0.45 326.96 0.99 0.27
Hex 8B 1 4D 0 63 2D 2D 147 63 1B
Octal 213 1 115 0 143 55 55 507 143 33
Binary 10001011 1 1001101 0 1100011 101101 101101 101000111 1100011 11011

Color Harmonies of #8B014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B014D

Black with #8B014D

Text Example


Text Example

White with #8B014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,77); }

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

background-color css

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

 a { background-color: rgb(139,1,77); }

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

border-color css

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

 span { border-color: rgb(139,1,77); }

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