Html Css Color HEX #8B044F Eggplant

📋 copy color: '#8B044F'

red 139 ◦ green 4 ◦ blue 79

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

Shades of Eggplant #8B044F

Tints of Eggplant #8B044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 62.61%
G = 1.8%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B044F (or 0x8B044F) is known color: Eggplant. HEX triplet: 8B, 04 and 4F. RGB value is (139,4,79). Sum of RGB (Red+Green+Blue) = 139+4+79=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B044F is #74FBB0. Grayscale: #343434. Windows color (decimal): -7666609 or 5178507. OLE color: 5178507.

HSL color Cylindrical-coordinate representation of color #8B044F: hue angle of 326.67º 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 #8B044F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 4 79 -
CMYK 0 0.97 0.43 0.45
HSL 326.67º 0.94% 0.28% -
HSV(B) 326.67º 0.97% 0.55% -
XYZ 12.1 6.14 7.94 -
YUV 52.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 139 4 79 0 0.97 0.43 0.45 326.67 0.94 0.28
Hex 8B 4 4F 0 61 2B 2D 147 5E 1C
Octal 213 4 117 0 141 53 55 507 136 34
Binary 10001011 100 1001111 0 1100001 101011 101101 101000111 1011110 11100

Color Harmonies of #8B044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B044F

Black with #8B044F

Text Example


Text Example

White with #8B044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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