Html Css Color HEX #8A115B Eggplant

📋 copy color: '#8A115B'

red 138 ◦ green 17 ◦ blue 91

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

Shades of Eggplant #8A115B

Tints of Eggplant #8A115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 56.1%
G = 6.91%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#8A115B (or 0x8A115B) is known color: Eggplant. HEX triplet: 8A, 11 and 5B. RGB value is (138,17,91). Sum of RGB (Red+Green+Blue) = 138+17+91=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A115B is #75EEA4. Grayscale: #3D3D3D. Windows color (decimal): -7728805 or 5968266. OLE color: 5968266.

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

Color convert

RGB 138 17 91 -
CMYK 0 0.88 0.34 0.46
HSL 323.31º 0.78% 0.3% -
HSV(B) 323.31º 0.88% 0.54% -
XYZ 12.57 6.56 10.5 -
YUV 61.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 138 17 91 0 0.88 0.34 0.46 323.31 0.78 0.3
Hex 8A 11 5B 0 58 22 2E 143 4E 1E
Octal 212 21 133 0 130 42 56 503 116 36
Binary 10001010 10001 1011011 0 1011000 100010 101110 101000011 1001110 11110

Color Harmonies of #8A115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A115B

Black with #8A115B

Text Example


Text Example

White with #8A115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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