Html Css Color HEX #8A0048 Eggplant

📋 copy color: '#8A0048'

red 138 ◦ green 0 ◦ blue 72

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

Shades of Eggplant #8A0048

Tints of Eggplant #8A0048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 65.71%
G = 0%
B = 34.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#8A0048 (or 0x8A0048) is known color: Eggplant. HEX triplet: 8A, 00 and 48. RGB value is (138,0,72). Sum of RGB (Red+Green+Blue) = 138+0+72=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0048 is #75FFB7. Grayscale: #313131. Windows color (decimal): -7733176 or 4718730. OLE color: 4718730.

HSL color Cylindrical-coordinate representation of color #8A0048: hue angle of 328.7º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0048 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 0 72 -
CMYK 0 1 0.48 0.46
HSL 328.7º 1% 0.27% -
HSV(B) 328.7º 1% 0.54% -
XYZ 11.65 5.87 6.65 -
YUV 49.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 138 0 72 0 1 0.48 0.46 328.7 1 0.27
Hex 8A 0 48 0 64 30 2E 149 64 1B
Octal 212 0 110 0 144 60 56 511 144 33
Binary 10001010 0 1001000 0 1100100 110000 101110 101001001 1100100 11011

Color Harmonies of #8A0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0048

Black with #8A0048

Text Example


Text Example

White with #8A0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,72); }

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

background-color css

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

 a { background-color: rgb(138,0,72); }

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

border-color css

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

 span { border-color: rgb(138,0,72); }

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