Html Css Color HEX #8B056A Eggplant

📋 copy color: '#8B056A'

red 139 ◦ green 5 ◦ blue 106

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

Shades of Eggplant #8B056A

Tints of Eggplant #8B056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 55.6%
G = 2%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B056A (or 0x8B056A) is known color: Eggplant. HEX triplet: 8B, 05 and 6A. RGB value is (139,5,106). Sum of RGB (Red+Green+Blue) = 139+5+106=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B056A is #74FA95. Grayscale: #383838. Windows color (decimal): -7666326 or 6948235. OLE color: 6948235.

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

Color convert

RGB 139 5 106 -
CMYK 0 0.96 0.24 0.45
HSL 314.78º 0.93% 0.28% -
HSV(B) 314.78º 0.96% 0.55% -
XYZ 13.3 6.64 14.22 -
YUV 56.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 139 5 106 0 0.96 0.24 0.45 314.78 0.93 0.28
Hex 8B 5 6A 0 60 18 2D 13B 5D 1C
Octal 213 5 152 0 140 30 55 473 135 34
Binary 10001011 101 1101010 0 1100000 11000 101101 100111011 1011101 11100

Color Harmonies of #8B056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B056A

Black with #8B056A

Text Example


Text Example

White with #8B056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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