Html Css Color HEX #8A006A Eggplant

📋 copy color: '#8A006A'

red 138 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #8A006A

Tints of Eggplant #8A006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.56%
G = 0%
B = 43.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A006A (or 0x8A006A) is known color: Eggplant. HEX triplet: 8A, 00 and 6A. RGB value is (138,0,106). Sum of RGB (Red+Green+Blue) = 138+0+106=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A006A is #75FF95. Grayscale: #353535. Windows color (decimal): -7733142 or 6946954. OLE color: 6946954.

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

Color convert

RGB 138 0 106 -
CMYK 0 1 0.23 0.46
HSL 313.91º 1% 0.27% -
HSV(B) 313.91º 1% 0.54% -
XYZ 13.08 6.44 14.19 -
YUV 53.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 138 0 106 0 1 0.23 0.46 313.91 1 0.27
Hex 8A 0 6A 0 64 17 2E 13A 64 1B
Octal 212 0 152 0 144 27 56 472 144 33
Binary 10001010 0 1101010 0 1100100 10111 101110 100111010 1100100 11011

Color Harmonies of #8A006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A006A

Black with #8A006A

Text Example


Text Example

White with #8A006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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