Html Css Color HEX #8A1565 Eggplant

📋 copy color: '#8A1565'

red 138 ◦ green 21 ◦ blue 101

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

Shades of Eggplant #8A1565

Tints of Eggplant #8A1565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 53.08%
G = 8.08%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A1565 (or 0x8A1565) is known color: Eggplant. HEX triplet: 8A, 15 and 65. RGB value is (138,21,101). Sum of RGB (Red+Green+Blue) = 138+21+101=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1565 is #75EA9A. Grayscale: #404040. Windows color (decimal): -7727771 or 6624650. OLE color: 6624650.

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

Color convert

RGB 138 21 101 -
CMYK 0 0.85 0.27 0.46
HSL 318.97º 0.74% 0.31% -
HSV(B) 318.97º 0.85% 0.54% -
XYZ 13.1 6.88 12.95 -
YUV 65.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 138 21 101 0 0.85 0.27 0.46 318.97 0.74 0.31
Hex 8A 15 65 0 55 1B 2E 13F 4A 1F
Octal 212 25 145 0 125 33 56 477 112 37
Binary 10001010 10101 1100101 0 1010101 11011 101110 100111111 1001010 11111

Color Harmonies of #8A1565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1565

Black with #8A1565

Text Example


Text Example

White with #8A1565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,21,101); }

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

background-color css

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

 a { background-color: rgb(138,21,101); }

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

border-color css

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

 span { border-color: rgb(138,21,101); }

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