Html Css Color HEX #8B056B Eggplant

📋 copy color: '#8B056B'

red 139 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #8B056B

Tints of Eggplant #8B056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 55.38%
G = 1.99%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B056B (or 0x8B056B) is known color: Eggplant. HEX triplet: 8B, 05 and 6B. RGB value is (139,5,107). Sum of RGB (Red+Green+Blue) = 139+5+107=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B056B is #74FA94. Grayscale: #383838. Windows color (decimal): -7666325 or 7013771. OLE color: 7013771.

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

Color convert

RGB 139 5 107 -
CMYK 0 0.96 0.23 0.45
HSL 314.33º 0.93% 0.28% -
HSV(B) 314.33º 0.96% 0.55% -
XYZ 13.36 6.66 14.49 -
YUV 56.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 139 5 107 0 0.96 0.23 0.45 314.33 0.93 0.28
Hex 8B 5 6B 0 60 17 2D 13A 5D 1C
Octal 213 5 153 0 140 27 55 472 135 34
Binary 10001011 101 1101011 0 1100000 10111 101101 100111010 1011101 11100

Color Harmonies of #8B056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B056B

Black with #8B056B

Text Example


Text Example

White with #8B056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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