Html Css Color HEX #8B056F Eggplant

📋 copy color: '#8B056F'

red 139 ◦ green 5 ◦ blue 111

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

Shades of Eggplant #8B056F

Tints of Eggplant #8B056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 54.51%
G = 1.96%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B056F (or 0x8B056F) is known color: Eggplant. HEX triplet: 8B, 05 and 6F. RGB value is (139,5,111). Sum of RGB (Red+Green+Blue) = 139+5+111=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B056F is #74FA90. Grayscale: #383838. Windows color (decimal): -7666321 or 7275915. OLE color: 7275915.

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

Color convert

RGB 139 5 111 -
CMYK 0 0.96 0.20 0.45
HSL 312.54º 0.93% 0.28% -
HSV(B) 312.54º 0.96% 0.55% -
XYZ 13.57 6.75 15.63 -
YUV 57.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 139 5 111 0 0.96 0.20 0.45 312.54 0.93 0.28
Hex 8B 5 6F 0 60 14 2D 139 5D 1C
Octal 213 5 157 0 140 24 55 471 135 34
Binary 10001011 101 1101111 0 1100000 10100 101101 100111001 1011101 11100

Color Harmonies of #8B056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B056F

Black with #8B056F

Text Example


Text Example

White with #8B056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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