Html Css Color HEX #8A076A Eggplant

📋 copy color: '#8A076A'

red 138 ◦ green 7 ◦ blue 106

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

Shades of Eggplant #8A076A

Tints of Eggplant #8A076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 54.98%
G = 2.79%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A076A (or 0x8A076A) is known color: Eggplant. HEX triplet: 8A, 07 and 6A. RGB value is (138,7,106). Sum of RGB (Red+Green+Blue) = 138+7+106=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A076A is #75F895. Grayscale: #393939. Windows color (decimal): -7731350 or 6948746. OLE color: 6948746.

HSL color Cylindrical-coordinate representation of color #8A076A: hue angle of 314.66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A076A is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 7 106 -
CMYK 0 0.95 0.23 0.46
HSL 314.66º 0.9% 0.28% -
HSV(B) 314.66º 0.95% 0.54% -
XYZ 13.16 6.6 14.22 -
YUV 57.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 138 7 106 0 0.95 0.23 0.46 314.66 0.9 0.28
Hex 8A 7 6A 0 5F 17 2E 13B 5A 1C
Octal 212 7 152 0 137 27 56 473 132 34
Binary 10001010 111 1101010 0 1011111 10111 101110 100111011 1011010 11100

Color Harmonies of #8A076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A076A

Black with #8A076A

Text Example


Text Example

White with #8A076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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