Html Css Color HEX #8B054D Eggplant

📋 copy color: '#8B054D'

red 139 ◦ green 5 ◦ blue 77

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

Shades of Eggplant #8B054D

Tints of Eggplant #8B054D

RGB

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

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

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

R = 62.9%
G = 2.26%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B054D (or 0x8B054D) is known color: Eggplant. HEX triplet: 8B, 05 and 4D. RGB value is (139,5,77). Sum of RGB (Red+Green+Blue) = 139+5+77=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B054D is #74FAB2. Grayscale: #353535. Windows color (decimal): -7666355 or 5047691. OLE color: 5047691.

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

Color convert

RGB 139 5 77 -
CMYK 0 0.96 0.45 0.45
HSL 327.76º 0.93% 0.28% -
HSV(B) 327.76º 0.96% 0.55% -
XYZ 12.04 6.13 7.57 -
YUV 53.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 139 5 77 0 0.96 0.45 0.45 327.76 0.93 0.28
Hex 8B 5 4D 0 60 2D 2D 148 5D 1C
Octal 213 5 115 0 140 55 55 510 135 34
Binary 10001011 101 1001101 0 1100000 101101 101101 101001000 1011101 11100

Color Harmonies of #8B054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B054D

Black with #8B054D

Text Example


Text Example

White with #8B054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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