Html Css Color HEX #8B056D Eggplant

📋 copy color: '#8B056D'

red 139 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #8B056D

Tints of Eggplant #8B056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 54.94%
G = 1.98%
B = 43.08%

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

#8B056D (or 0x8B056D) is known color: Eggplant. HEX triplet: 8B, 05 and 6D. RGB value is (139,5,109). Sum of RGB (Red+Green+Blue) = 139+5+109=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B056D is #74FA92. Grayscale: #383838. Windows color (decimal): -7666323 or 7144843. OLE color: 7144843.

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

Color convert

RGB 139 5 109 -
CMYK 0 0.96 0.22 0.45
HSL 313.43º 0.93% 0.28% -
HSV(B) 313.43º 0.96% 0.55% -
XYZ 13.46 6.7 15.05 -
YUV 56.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 139 5 109 0 0.96 0.22 0.45 313.43 0.93 0.28
Hex 8B 5 6D 0 60 16 2D 139 5D 1C
Octal 213 5 155 0 140 26 55 471 135 34
Binary 10001011 101 1101101 0 1100000 10110 101101 100111001 1011101 11100

Color Harmonies of #8B056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B056D

Black with #8B056D

Text Example


Text Example

White with #8B056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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