Html Css Color HEX #81125A Eggplant

📋 copy color: '#81125A'

red 129 ◦ green 18 ◦ blue 90

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

Shades of Eggplant #81125A

Tints of Eggplant #81125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 54.43%
G = 7.59%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#81125A (or 0x81125A) is known color: Eggplant. HEX triplet: 81, 12 and 5A. RGB value is (129,18,90). Sum of RGB (Red+Green+Blue) = 129+18+90=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81125A is #7EEDA5. Grayscale: #3B3B3B. Windows color (decimal): -8318374 or 5902977. OLE color: 5902977.

HSL color Cylindrical-coordinate representation of color #81125A: hue angle of 321.08º 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 #81125A is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 90 -
CMYK 0 0.86 0.30 0.49
HSL 321.08º 0.76% 0.29% -
HSV(B) 321.08º 0.86% 0.51% -
XYZ 11.12 5.84 10.21 -
YUV 59.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 129 18 90 0 0.86 0.30 0.49 321.08 0.76 0.29
Hex 81 12 5A 0 56 1E 31 141 4C 1D
Octal 201 22 132 0 126 36 61 501 114 35
Binary 10000001 10010 1011010 0 1010110 11110 110001 101000001 1001100 11101

Color Harmonies of #81125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81125A

Black with #81125A

Text Example


Text Example

White with #81125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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