Html Css Color HEX #8A0C5E Eggplant

📋 copy color: '#8A0C5E'

red 138 ◦ green 12 ◦ blue 94

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

Shades of Eggplant #8A0C5E

Tints of Eggplant #8A0C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 94 (37.11% from 255) = 38.52%

R = 56.56%
G = 4.92%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A0C5E (or 0x8A0C5E) is known color: Eggplant. HEX triplet: 8A, 0C and 5E. RGB value is (138,12,94). Sum of RGB (Red+Green+Blue) = 138+12+94=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C5E is #75F3A1. Grayscale: #3A3A3A. Windows color (decimal): -7730082 or 6163594. OLE color: 6163594.

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

Color convert

RGB 138 12 94 -
CMYK 0 0.91 0.32 0.46
HSL 320.95º 0.84% 0.29% -
HSV(B) 320.95º 0.91% 0.54% -
XYZ 12.63 6.47 11.17 -
YUV 59.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 138 12 94 0 0.91 0.32 0.46 320.95 0.84 0.29
Hex 8A C 5E 0 5B 20 2E 141 54 1D
Octal 212 14 136 0 133 40 56 501 124 35
Binary 10001010 1100 1011110 0 1011011 100000 101110 101000001 1010100 11101

Color Harmonies of #8A0C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C5E

Black with #8A0C5E

Text Example


Text Example

White with #8A0C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,94); }

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

background-color css

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

 a { background-color: rgb(138,12,94); }

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

border-color css

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

 span { border-color: rgb(138,12,94); }

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