Html Css Color HEX #8A1362 Eggplant

📋 copy color: '#8A1362'

red 138 ◦ green 19 ◦ blue 98

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

Shades of Eggplant #8A1362

Tints of Eggplant #8A1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 54.12%
G = 7.45%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#8A1362 (or 0x8A1362) is known color: Eggplant. HEX triplet: 8A, 13 and 62. RGB value is (138,19,98). Sum of RGB (Red+Green+Blue) = 138+19+98=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1362 is #75EC9D. Grayscale: #3F3F3F. Windows color (decimal): -7728286 or 6427530. OLE color: 6427530.

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

Color convert

RGB 138 19 98 -
CMYK 0 0.86 0.29 0.46
HSL 320.17º 0.76% 0.31% -
HSV(B) 320.17º 0.86% 0.54% -
XYZ 12.92 6.75 12.18 -
YUV 63.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 138 19 98 0 0.86 0.29 0.46 320.17 0.76 0.31
Hex 8A 13 62 0 56 1D 2E 140 4C 1F
Octal 212 23 142 0 126 35 56 500 114 37
Binary 10001010 10011 1100010 0 1010110 11101 101110 101000000 1001100 11111

Color Harmonies of #8A1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1362

Black with #8A1362

Text Example


Text Example

White with #8A1362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,98); }

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

background-color css

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

 a { background-color: rgb(138,19,98); }

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

border-color css

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

 span { border-color: rgb(138,19,98); }

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