Html Css Color HEX #8A0466 Eggplant

📋 copy color: '#8A0466'

red 138 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #8A0466

Tints of Eggplant #8A0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 56.56%
G = 1.64%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A0466 (or 0x8A0466) is known color: Eggplant. HEX triplet: 8A, 04 and 66. RGB value is (138,4,102). Sum of RGB (Red+Green+Blue) = 138+4+102=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0466 is #75FB99. Grayscale: #363636. Windows color (decimal): -7732122 or 6685834. OLE color: 6685834.

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

Color convert

RGB 138 4 102 -
CMYK 0 0.97 0.26 0.46
HSL 316.12º 0.94% 0.28% -
HSV(B) 316.12º 0.97% 0.54% -
XYZ 12.92 6.45 13.13 -
YUV 55.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 138 4 102 0 0.97 0.26 0.46 316.12 0.94 0.28
Hex 8A 4 66 0 61 1A 2E 13C 5E 1C
Octal 212 4 146 0 141 32 56 474 136 34
Binary 10001010 100 1100110 0 1100001 11010 101110 100111100 1011110 11100

Color Harmonies of #8A0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0466

Black with #8A0466

Text Example


Text Example

White with #8A0466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,4,102); }

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

background-color css

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

 a { background-color: rgb(138,4,102); }

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

border-color css

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

 span { border-color: rgb(138,4,102); }

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