Html Css Color HEX #881362 Eggplant

📋 copy color: '#881362'

red 136 ◦ green 19 ◦ blue 98

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

Shades of Eggplant #881362

Tints of Eggplant #881362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 53.75%
G = 7.51%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#881362 (or 0x881362) is known color: Eggplant. HEX triplet: 88, 13 and 62. RGB value is (136,19,98). Sum of RGB (Red+Green+Blue) = 136+19+98=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #881362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881362 is #77EC9D. Grayscale: #3E3E3E. Windows color (decimal): -7859358 or 6427528. OLE color: 6427528.

HSL color Cylindrical-coordinate representation of color #881362: hue angle of 319.49º 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 #881362 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 98 -
CMYK 0 0.86 0.28 0.47
HSL 319.49º 0.75% 0.3% -
HSV(B) 319.49º 0.86% 0.53% -
XYZ 12.59 6.58 12.16 -
YUV 62.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 136 19 98 0 0.86 0.28 0.47 319.49 0.75 0.3
Hex 88 13 62 0 56 1C 2F 13F 4B 1E
Octal 210 23 142 0 126 34 57 477 113 36
Binary 10001000 10011 1100010 0 1010110 11100 101111 100111111 1001011 11110

Color Harmonies of #881362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881362

Black with #881362

Text Example


Text Example

White with #881362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881362; }

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

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

background-color css

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

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

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

border-color css

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

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

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