Html Css Color HEX #8A1763 Eggplant

📋 copy color: '#8A1763'

red 138 ◦ green 23 ◦ blue 99

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

Shades of Eggplant #8A1763

Tints of Eggplant #8A1763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 53.08%
G = 8.85%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A1763 (or 0x8A1763) is known color: Eggplant. HEX triplet: 8A, 17 and 63. RGB value is (138,23,99). Sum of RGB (Red+Green+Blue) = 138+23+99=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1763 is #75E89C. Grayscale: #414141. Windows color (decimal): -7727261 or 6494090. OLE color: 6494090.

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

Color convert

RGB 138 23 99 -
CMYK 0 0.83 0.28 0.46
HSL 320.35º 0.71% 0.32% -
HSV(B) 320.35º 0.83% 0.54% -
XYZ 13.04 6.92 12.45 -
YUV 66.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 138 23 99 0 0.83 0.28 0.46 320.35 0.71 0.32
Hex 8A 17 63 0 53 1C 2E 140 47 20
Octal 212 27 143 0 123 34 56 500 107 40
Binary 10001010 10111 1100011 0 1010011 11100 101110 101000000 1000111 100000

Color Harmonies of #8A1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1763

Black with #8A1763

Text Example


Text Example

White with #8A1763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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