Html Css Color HEX #8A1463 Eggplant

📋 copy color: '#8A1463'

red 138 ◦ green 20 ◦ blue 99

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

Shades of Eggplant #8A1463

Tints of Eggplant #8A1463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 53.7%
G = 7.78%
B = 38.52%

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

#8A1463 (or 0x8A1463) is known color: Eggplant. HEX triplet: 8A, 14 and 63. RGB value is (138,20,99). Sum of RGB (Red+Green+Blue) = 138+20+99=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1463 is #75EB9C. Grayscale: #404040. Windows color (decimal): -7728029 or 6493322. OLE color: 6493322.

HSL color Cylindrical-coordinate representation of color #8A1463: hue angle of 319.83º 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 #8A1463 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 20 99 -
CMYK 0 0.86 0.28 0.46
HSL 319.83º 0.75% 0.31% -
HSV(B) 319.83º 0.86% 0.54% -
XYZ 12.98 6.8 12.43 -
YUV 64.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 138 20 99 0 0.86 0.28 0.46 319.83 0.75 0.31
Hex 8A 14 63 0 56 1C 2E 140 4B 1F
Octal 212 24 143 0 126 34 56 500 113 37
Binary 10001010 10100 1100011 0 1010110 11100 101110 101000000 1001011 11111

Color Harmonies of #8A1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1463

Black with #8A1463

Text Example


Text Example

White with #8A1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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