Html Css Color HEX #8A1464 Eggplant

📋 copy color: '#8A1464'

red 138 ◦ green 20 ◦ blue 100

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

Shades of Eggplant #8A1464

Tints of Eggplant #8A1464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 53.49%
G = 7.75%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A1464 (or 0x8A1464) is known color: Eggplant. HEX triplet: 8A, 14 and 64. RGB value is (138,20,100). Sum of RGB (Red+Green+Blue) = 138+20+100=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1464 is #75EB9B. Grayscale: #404040. Windows color (decimal): -7728028 or 6558858. OLE color: 6558858.

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

Color convert

RGB 138 20 100 -
CMYK 0 0.86 0.28 0.46
HSL 319.32º 0.75% 0.31% -
HSV(B) 319.32º 0.86% 0.54% -
XYZ 13.03 6.82 12.69 -
YUV 64.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 138 20 100 0 0.86 0.28 0.46 319.32 0.75 0.31
Hex 8A 14 64 0 56 1C 2E 13F 4B 1F
Octal 212 24 144 0 126 34 56 477 113 37
Binary 10001010 10100 1100100 0 1010110 11100 101110 100111111 1001011 11111

Color Harmonies of #8A1464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1464

Black with #8A1464

Text Example


Text Example

White with #8A1464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,100); }

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

background-color css

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

 a { background-color: rgb(138,20,100); }

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

border-color css

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

 span { border-color: rgb(138,20,100); }

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