Html Css Color HEX #8A1165 Eggplant

📋 copy color: '#8A1165'

red 138 ◦ green 17 ◦ blue 101

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

Shades of Eggplant #8A1165

Tints of Eggplant #8A1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 53.91%
G = 6.64%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A1165 (or 0x8A1165) is known color: Eggplant. HEX triplet: 8A, 11 and 65. RGB value is (138,17,101). Sum of RGB (Red+Green+Blue) = 138+17+101=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1165 is #75EE9A. Grayscale: #3E3E3E. Windows color (decimal): -7728795 or 6623626. OLE color: 6623626.

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

Color convert

RGB 138 17 101 -
CMYK 0 0.88 0.27 0.46
HSL 318.35º 0.78% 0.3% -
HSV(B) 318.35º 0.88% 0.54% -
XYZ 13.03 6.74 12.93 -
YUV 62.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 138 17 101 0 0.88 0.27 0.46 318.35 0.78 0.3
Hex 8A 11 65 0 58 1B 2E 13E 4E 1E
Octal 212 21 145 0 130 33 56 476 116 36
Binary 10001010 10001 1100101 0 1011000 11011 101110 100111110 1001110 11110

Color Harmonies of #8A1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1165

Black with #8A1165

Text Example


Text Example

White with #8A1165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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