Html Css Color HEX #8B0550 Eggplant

📋 copy color: '#8B0550'

red 139 ◦ green 5 ◦ blue 80

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

Shades of Eggplant #8B0550

Tints of Eggplant #8B0550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 62.05%
G = 2.23%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8B0550 (or 0x8B0550) is known color: Eggplant. HEX triplet: 8B, 05 and 50. RGB value is (139,5,80). Sum of RGB (Red+Green+Blue) = 139+5+80=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0550 is #74FAAF. Grayscale: #353535. Windows color (decimal): -7666352 or 5244299. OLE color: 5244299.

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

Color convert

RGB 139 5 80 -
CMYK 0 0.96 0.42 0.45
HSL 326.42º 0.93% 0.28% -
HSV(B) 326.42º 0.96% 0.55% -
XYZ 12.15 6.18 8.14 -
YUV 53.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 139 5 80 0 0.96 0.42 0.45 326.42 0.93 0.28
Hex 8B 5 50 0 60 2A 2D 146 5D 1C
Octal 213 5 120 0 140 52 55 506 135 34
Binary 10001011 101 1010000 0 1100000 101010 101101 101000110 1011101 11100

Color Harmonies of #8B0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0550

Black with #8B0550

Text Example


Text Example

White with #8B0550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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