Html Css Color HEX #8A115D Eggplant

📋 copy color: '#8A115D'

red 138 ◦ green 17 ◦ blue 93

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

Shades of Eggplant #8A115D

Tints of Eggplant #8A115D

RGB

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

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

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

R = 55.65%
G = 6.85%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A115D (or 0x8A115D) is known color: Eggplant. HEX triplet: 8A, 11 and 5D. RGB value is (138,17,93). Sum of RGB (Red+Green+Blue) = 138+17+93=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A115D is #75EEA2. Grayscale: #3D3D3D. Windows color (decimal): -7728803 or 6099338. OLE color: 6099338.

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

Color convert

RGB 138 17 93 -
CMYK 0 0.88 0.33 0.46
HSL 322.31º 0.78% 0.3% -
HSV(B) 322.31º 0.88% 0.54% -
XYZ 12.66 6.59 10.96 -
YUV 61.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 138 17 93 0 0.88 0.33 0.46 322.31 0.78 0.3
Hex 8A 11 5D 0 58 21 2E 142 4E 1E
Octal 212 21 135 0 130 41 56 502 116 36
Binary 10001010 10001 1011101 0 1011000 100001 101110 101000010 1001110 11110

Color Harmonies of #8A115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A115D

Black with #8A115D

Text Example


Text Example

White with #8A115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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