Html Css Color HEX #8A045F Eggplant

📋 copy color: '#8A045F'

red 138 ◦ green 4 ◦ blue 95

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

Shades of Eggplant #8A045F

Tints of Eggplant #8A045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 58.23%
G = 1.69%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A045F (or 0x8A045F) is known color: Eggplant. HEX triplet: 8A, 04 and 5F. RGB value is (138,4,95). Sum of RGB (Red+Green+Blue) = 138+4+95=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A045F is #75FBA0. Grayscale: #363636. Windows color (decimal): -7732129 or 6227082. OLE color: 6227082.

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

Color convert

RGB 138 4 95 -
CMYK 0 0.97 0.31 0.46
HSL 319.25º 0.94% 0.28% -
HSV(B) 319.25º 0.97% 0.54% -
XYZ 12.59 6.32 11.38 -
YUV 54.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 138 4 95 0 0.97 0.31 0.46 319.25 0.94 0.28
Hex 8A 4 5F 0 61 1F 2E 13F 5E 1C
Octal 212 4 137 0 141 37 56 477 136 34
Binary 10001010 100 1011111 0 1100001 11111 101110 100111111 1011110 11100

Color Harmonies of #8A045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A045F

Black with #8A045F

Text Example


Text Example

White with #8A045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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