Html Css Color HEX #8A185F Eggplant

📋 copy color: '#8A185F'

red 138 ◦ green 24 ◦ blue 95

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

Shades of Eggplant #8A185F

Tints of Eggplant #8A185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 53.7%
G = 9.34%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A185F (or 0x8A185F) is known color: Eggplant. HEX triplet: 8A, 18 and 5F. RGB value is (138,24,95). Sum of RGB (Red+Green+Blue) = 138+24+95=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A185F is #75E7A0. Grayscale: #424242. Windows color (decimal): -7727009 or 6232202. OLE color: 6232202.

HSL color Cylindrical-coordinate representation of color #8A185F: hue angle of 322.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A185F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 24 95 -
CMYK 0 0.83 0.31 0.46
HSL 322.63º 0.7% 0.32% -
HSV(B) 322.63º 0.83% 0.54% -
XYZ 12.87 6.88 11.48 -
YUV 66.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 138 24 95 0 0.83 0.31 0.46 322.63 0.7 0.32
Hex 8A 18 5F 0 53 1F 2E 143 46 20
Octal 212 30 137 0 123 37 56 503 106 40
Binary 10001010 11000 1011111 0 1010011 11111 101110 101000011 1000110 100000

Color Harmonies of #8A185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A185F

Black with #8A185F

Text Example


Text Example

White with #8A185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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