Html Css Color HEX #8A016A Eggplant

📋 copy color: '#8A016A'

red 138 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #8A016A

Tints of Eggplant #8A016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 56.33%
G = 0.41%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A016A (or 0x8A016A) is known color: Eggplant. HEX triplet: 8A, 01 and 6A. RGB value is (138,1,106). Sum of RGB (Red+Green+Blue) = 138+1+106=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A016A is #75FE95. Grayscale: #353535. Windows color (decimal): -7732886 or 6947210. OLE color: 6947210.

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

Color convert

RGB 138 1 106 -
CMYK 0 0.99 0.23 0.46
HSL 314.01º 0.99% 0.27% -
HSV(B) 314.01º 0.99% 0.54% -
XYZ 13.09 6.47 14.19 -
YUV 53.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 138 1 106 0 0.99 0.23 0.46 314.01 0.99 0.27
Hex 8A 1 6A 0 63 17 2E 13A 63 1B
Octal 212 1 152 0 143 27 56 472 143 33
Binary 10001010 1 1101010 0 1100011 10111 101110 100111010 1100011 11011

Color Harmonies of #8A016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A016A

Black with #8A016A

Text Example


Text Example

White with #8A016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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