Html Css Color HEX #8A0554 Eggplant

📋 copy color: '#8A0554'

red 138 ◦ green 5 ◦ blue 84

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

Shades of Eggplant #8A0554

Tints of Eggplant #8A0554

RGB

 RED value IS 138 (54.3% from 255) = 60.79%

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

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

R = 60.79%
G = 2.2%
B = 37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A0554 (or 0x8A0554) is known color: Eggplant. HEX triplet: 8A, 05 and 54. RGB value is (138,5,84). Sum of RGB (Red+Green+Blue) = 138+5+84=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0554 is #75FAAB. Grayscale: #353535. Windows color (decimal): -7731884 or 5506442. OLE color: 5506442.

HSL color Cylindrical-coordinate representation of color #8A0554: hue angle of 324.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0554 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 5 84 -
CMYK 0 0.96 0.39 0.46
HSL 324.36º 0.93% 0.28% -
HSV(B) 324.36º 0.96% 0.54% -
XYZ 12.14 6.15 8.94 -
YUV 53.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 138 5 84 0 0.96 0.39 0.46 324.36 0.93 0.28
Hex 8A 5 54 0 60 27 2E 144 5D 1C
Octal 212 5 124 0 140 47 56 504 135 34
Binary 10001010 101 1010100 0 1100000 100111 101110 101000100 1011101 11100

Color Harmonies of #8A0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0554

Black with #8A0554

Text Example


Text Example

White with #8A0554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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