Html Css Color HEX #8A085A Eggplant

📋 copy color: '#8A085A'

red 138 ◦ green 8 ◦ blue 90

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

Shades of Eggplant #8A085A

Tints of Eggplant #8A085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 58.47%
G = 3.39%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#8A085A (or 0x8A085A) is known color: Eggplant. HEX triplet: 8A, 08 and 5A. RGB value is (138,8,90). Sum of RGB (Red+Green+Blue) = 138+8+90=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A085A is #75F7A5. Grayscale: #383838. Windows color (decimal): -7731110 or 5900426. OLE color: 5900426.

HSL color Cylindrical-coordinate representation of color #8A085A: hue angle of 322.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A085A is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 8 90 -
CMYK 0 0.94 0.35 0.46
HSL 322.15º 0.89% 0.29% -
HSV(B) 322.15º 0.94% 0.54% -
XYZ 12.41 6.32 10.24 -
YUV 56.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 138 8 90 0 0.94 0.35 0.46 322.15 0.89 0.29
Hex 8A 8 5A 0 5E 23 2E 142 59 1D
Octal 212 10 132 0 136 43 56 502 131 35
Binary 10001010 1000 1011010 0 1011110 100011 101110 101000010 1011001 11101

Color Harmonies of #8A085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A085A

Black with #8A085A

Text Example


Text Example

White with #8A085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,90); }

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

background-color css

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

 a { background-color: rgb(138,8,90); }

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

border-color css

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

 span { border-color: rgb(138,8,90); }

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