Html Css Color HEX #8A086A Eggplant

📋 copy color: '#8A086A'

red 138 ◦ green 8 ◦ blue 106

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

Shades of Eggplant #8A086A

Tints of Eggplant #8A086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 54.76%
G = 3.17%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A086A (or 0x8A086A) is known color: Eggplant. HEX triplet: 8A, 08 and 6A. RGB value is (138,8,106). Sum of RGB (Red+Green+Blue) = 138+8+106=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A086A is #75F795. Grayscale: #393939. Windows color (decimal): -7731094 or 6949002. OLE color: 6949002.

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

Color convert

RGB 138 8 106 -
CMYK 0 0.94 0.23 0.46
HSL 314.77º 0.89% 0.29% -
HSV(B) 314.77º 0.94% 0.54% -
XYZ 13.17 6.62 14.22 -
YUV 58.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 138 8 106 0 0.94 0.23 0.46 314.77 0.89 0.29
Hex 8A 8 6A 0 5E 17 2E 13B 59 1D
Octal 212 10 152 0 136 27 56 473 131 35
Binary 10001010 1000 1101010 0 1011110 10111 101110 100111011 1011001 11101

Color Harmonies of #8A086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A086A

Black with #8A086A

Text Example


Text Example

White with #8A086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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