Html Css Color HEX #811257 Eggplant

📋 copy color: '#811257'

red 129 ◦ green 18 ◦ blue 87

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

Shades of Eggplant #811257

Tints of Eggplant #811257

RGB

 RED value IS 129 (50.78% from 255) = 55.13%

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 55.13%
G = 7.69%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#811257 (or 0x811257) is known color: Eggplant. HEX triplet: 81, 12 and 57. RGB value is (129,18,87). Sum of RGB (Red+Green+Blue) = 129+18+87=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811257 is #7EEDA8. Grayscale: #3A3A3A. Windows color (decimal): -8318377 or 5706369. OLE color: 5706369.

HSL color Cylindrical-coordinate representation of color #811257: hue angle of 322.7º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811257 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 87 -
CMYK 0 0.86 0.33 0.49
HSL 322.7º 0.76% 0.29% -
HSV(B) 322.7º 0.86% 0.51% -
XYZ 10.99 5.79 9.55 -
YUV 59.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 129 18 87 0 0.86 0.33 0.49 322.7 0.76 0.29
Hex 81 12 57 0 56 21 31 143 4C 1D
Octal 201 22 127 0 126 41 61 503 114 35
Binary 10000001 10010 1010111 0 1010110 100001 110001 101000011 1001100 11101

Color Harmonies of #811257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811257

Black with #811257

Text Example


Text Example

White with #811257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811257; }

 p { color: rgb(129,18,87); }

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

background-color css

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

 a { background-color: rgb(129,18,87); }

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

border-color css

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

 span { border-color: rgb(129,18,87); }

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