Html Css Color HEX #8B054E Eggplant

📋 copy color: '#8B054E'

red 139 ◦ green 5 ◦ blue 78

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

Shades of Eggplant #8B054E

Tints of Eggplant #8B054E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 62.61%
G = 2.25%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B054E (or 0x8B054E) is known color: Eggplant. HEX triplet: 8B, 05 and 4E. RGB value is (139,5,78). Sum of RGB (Red+Green+Blue) = 139+5+78=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B054E is #74FAB1. Grayscale: #353535. Windows color (decimal): -7666354 or 5113227. OLE color: 5113227.

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

Color convert

RGB 139 5 78 -
CMYK 0 0.96 0.44 0.45
HSL 327.31º 0.93% 0.28% -
HSV(B) 327.31º 0.96% 0.55% -
XYZ 12.08 6.15 7.76 -
YUV 53.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 139 5 78 0 0.96 0.44 0.45 327.31 0.93 0.28
Hex 8B 5 4E 0 60 2C 2D 147 5D 1C
Octal 213 5 116 0 140 54 55 507 135 34
Binary 10001011 101 1001110 0 1100000 101100 101101 101000111 1011101 11100

Color Harmonies of #8B054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B054E

Black with #8B054E

Text Example


Text Example

White with #8B054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,78); }

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

background-color css

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

 a { background-color: rgb(139,5,78); }

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

border-color css

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

 span { border-color: rgb(139,5,78); }

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