Html Css Color HEX #8A175E Eggplant

📋 copy color: '#8A175E'

red 138 ◦ green 23 ◦ blue 94

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

Shades of Eggplant #8A175E

Tints of Eggplant #8A175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 54.12%
G = 9.02%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A175E (or 0x8A175E) is known color: Eggplant. HEX triplet: 8A, 17 and 5E. RGB value is (138,23,94). Sum of RGB (Red+Green+Blue) = 138+23+94=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A175E is #75E8A1. Grayscale: #414141. Windows color (decimal): -7727266 or 6166410. OLE color: 6166410.

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

Color convert

RGB 138 23 94 -
CMYK 0 0.83 0.32 0.46
HSL 322.96º 0.71% 0.32% -
HSV(B) 322.96º 0.83% 0.54% -
XYZ 12.81 6.82 11.23 -
YUV 65.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 138 23 94 0 0.83 0.32 0.46 322.96 0.71 0.32
Hex 8A 17 5E 0 53 20 2E 143 47 20
Octal 212 27 136 0 123 40 56 503 107 40
Binary 10001010 10111 1011110 0 1010011 100000 101110 101000011 1000111 100000

Color Harmonies of #8A175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A175E

Black with #8A175E

Text Example


Text Example

White with #8A175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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