Html Css Color HEX #8B044C Eggplant

📋 copy color: '#8B044C'

red 139 ◦ green 4 ◦ blue 76

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

Shades of Eggplant #8B044C

Tints of Eggplant #8B044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 63.47%
G = 1.83%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B044C (or 0x8B044C) is known color: Eggplant. HEX triplet: 8B, 04 and 4C. RGB value is (139,4,76). Sum of RGB (Red+Green+Blue) = 139+4+76=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B044C is #74FBB3. Grayscale: #343434. Windows color (decimal): -7666612 or 4981899. OLE color: 4981899.

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

Color convert

RGB 139 4 76 -
CMYK 0 0.97 0.45 0.45
HSL 328º 0.94% 0.28% -
HSV(B) 328º 0.97% 0.55% -
XYZ 12 6.1 7.38 -
YUV 52.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 139 4 76 0 0.97 0.45 0.45 328 0.94 0.28
Hex 8B 4 4C 0 61 2D 2D 148 5E 1C
Octal 213 4 114 0 141 55 55 510 136 34
Binary 10001011 100 1001100 0 1100001 101101 101101 101001000 1011110 11100

Color Harmonies of #8B044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B044C

Black with #8B044C

Text Example


Text Example

White with #8B044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,76); }

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

background-color css

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

 a { background-color: rgb(139,4,76); }

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

border-color css

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

 span { border-color: rgb(139,4,76); }

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