Html Css Color HEX #8B0554 Eggplant

📋 copy color: '#8B0554'

red 139 ◦ green 5 ◦ blue 84

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

Shades of Eggplant #8B0554

Tints of Eggplant #8B0554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 60.96%
G = 2.19%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B0554 (or 0x8B0554) is known color: Eggplant. HEX triplet: 8B, 05 and 54. RGB value is (139,5,84). Sum of RGB (Red+Green+Blue) = 139+5+84=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0554 is #74FAAB. Grayscale: #353535. Windows color (decimal): -7666348 or 5506443. OLE color: 5506443.

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

Color convert

RGB 139 5 84 -
CMYK 0 0.96 0.40 0.45
HSL 324.63º 0.93% 0.28% -
HSV(B) 324.63º 0.96% 0.55% -
XYZ 12.3 6.24 8.94 -
YUV 54.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 139 5 84 0 0.96 0.40 0.45 324.63 0.93 0.28
Hex 8B 5 54 0 60 28 2D 145 5D 1C
Octal 213 5 124 0 140 50 55 505 135 34
Binary 10001011 101 1010100 0 1100000 101000 101101 101000101 1011101 11100

Color Harmonies of #8B0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0554

Black with #8B0554

Text Example


Text Example

White with #8B0554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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