Html Css Color HEX #8B056C Eggplant

📋 copy color: '#8B056C'

red 139 ◦ green 5 ◦ blue 108

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

Shades of Eggplant #8B056C

Tints of Eggplant #8B056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 55.16%
G = 1.98%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B056C (or 0x8B056C) is known color: Eggplant. HEX triplet: 8B, 05 and 6C. RGB value is (139,5,108). Sum of RGB (Red+Green+Blue) = 139+5+108=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B056C is #74FA93. Grayscale: #383838. Windows color (decimal): -7666324 or 7079307. OLE color: 7079307.

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

Color convert

RGB 139 5 108 -
CMYK 0 0.96 0.22 0.45
HSL 313.88º 0.93% 0.28% -
HSV(B) 313.88º 0.96% 0.55% -
XYZ 13.41 6.68 14.77 -
YUV 56.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 139 5 108 0 0.96 0.22 0.45 313.88 0.93 0.28
Hex 8B 5 6C 0 60 16 2D 13A 5D 1C
Octal 213 5 154 0 140 26 55 472 135 34
Binary 10001011 101 1101100 0 1100000 10110 101101 100111010 1011101 11100

Color Harmonies of #8B056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B056C

Black with #8B056C

Text Example


Text Example

White with #8B056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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