Html Css Color HEX #881365 Eggplant

📋 copy color: '#881365'

red 136 ◦ green 19 ◦ blue 101

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

Shades of Eggplant #881365

Tints of Eggplant #881365

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 53.13%
G = 7.42%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#881365 (or 0x881365) is known color: Eggplant. HEX triplet: 88, 13 and 65. RGB value is (136,19,101). Sum of RGB (Red+Green+Blue) = 136+19+101=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #881365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881365 is #77EC9A. Grayscale: #3F3F3F. Windows color (decimal): -7859355 or 6624136. OLE color: 6624136.

HSL color Cylindrical-coordinate representation of color #881365: hue angle of 317.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881365 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 101 -
CMYK 0 0.86 0.26 0.47
HSL 317.95º 0.75% 0.3% -
HSV(B) 317.95º 0.86% 0.53% -
XYZ 12.74 6.64 12.92 -
YUV 63.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 136 19 101 0 0.86 0.26 0.47 317.95 0.75 0.3
Hex 88 13 65 0 56 1A 2F 13E 4B 1E
Octal 210 23 145 0 126 32 57 476 113 36
Binary 10001000 10011 1100101 0 1010110 11010 101111 100111110 1001011 11110

Color Harmonies of #881365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881365

Black with #881365

Text Example


Text Example

White with #881365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881365; }

 p { color: rgb(136,19,101); }

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

background-color css

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

 a { background-color: rgb(136,19,101); }

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

border-color css

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

 span { border-color: rgb(136,19,101); }

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