Html Css Color HEX #80135C Eggplant

📋 copy color: '#80135C'

red 128 ◦ green 19 ◦ blue 92

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

Shades of Eggplant #80135C

Tints of Eggplant #80135C

RGB

 RED value IS 128 (50.39% from 255) = 53.56%

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 53.56%
G = 7.95%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80135C (or 0x80135C) is known color: Eggplant. HEX triplet: 80, 13 and 5C. RGB value is (128,19,92). Sum of RGB (Red+Green+Blue) = 128+19+92=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80135C is #7FECA3. Grayscale: #3B3B3B. Windows color (decimal): -8383652 or 6034304. OLE color: 6034304.

HSL color Cylindrical-coordinate representation of color #80135C: hue angle of 319.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80135C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 92 -
CMYK 0 0.85 0.28 0.50
HSL 319.82º 0.74% 0.29% -
HSV(B) 319.82º 0.85% 0.5% -
XYZ 11.07 5.83 10.67 -
YUV 59.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 128 19 92 0 0.85 0.28 0.50 319.82 0.74 0.29
Hex 80 13 5C 0 55 1C 32 140 4A 1D
Octal 200 23 134 0 125 34 62 500 112 35
Binary 10000000 10011 1011100 0 1010101 11100 110010 101000000 1001010 11101

Color Harmonies of #80135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80135C

Black with #80135C

Text Example


Text Example

White with #80135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80135C; }

 p { color: rgb(128,19,92); }

 H1.HeaderClassName
 {
   color: #80135C;
 }
 .AnyTagClassName
 {
   color: #80135C;
 }
</style>

background-color css

<style>
 a { background-color: #80135C; }

 a { background-color: rgb(128,19,92); }

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

border-color css

<style>
 span { border-color: #80135C; }

 span { border-color: rgb(128,19,92); }

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