Html Css Color HEX #8A175D Eggplant

📋 copy color: '#8A175D'

red 138 ◦ green 23 ◦ blue 93

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

Shades of Eggplant #8A175D

Tints of Eggplant #8A175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 54.33%
G = 9.06%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A175D (or 0x8A175D) is known color: Eggplant. HEX triplet: 8A, 17 and 5D. RGB value is (138,23,93). Sum of RGB (Red+Green+Blue) = 138+23+93=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A175D is #75E8A2. Grayscale: #414141. Windows color (decimal): -7727267 or 6100874. OLE color: 6100874.

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

Color convert

RGB 138 23 93 -
CMYK 0 0.83 0.33 0.46
HSL 323.48º 0.71% 0.32% -
HSV(B) 323.48º 0.83% 0.54% -
XYZ 12.76 6.81 11 -
YUV 65.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 138 23 93 0 0.83 0.33 0.46 323.48 0.71 0.32
Hex 8A 17 5D 0 53 21 2E 143 47 20
Octal 212 27 135 0 123 41 56 503 107 40
Binary 10001010 10111 1011101 0 1010011 100001 101110 101000011 1000111 100000

Color Harmonies of #8A175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A175D

Black with #8A175D

Text Example


Text Example

White with #8A175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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