Html Css Color HEX #880362 Eggplant

📋 copy color: '#880362'

red 136 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #880362

Tints of Eggplant #880362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 57.38%
G = 1.27%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880362 (or 0x880362) is known color: Eggplant. HEX triplet: 88, 03 and 62. RGB value is (136,3,98). Sum of RGB (Red+Green+Blue) = 136+3+98=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880362 is #77FC9D. Grayscale: #353535. Windows color (decimal): -7863454 or 6423432. OLE color: 6423432.

HSL color Cylindrical-coordinate representation of color #880362: hue angle of 317.14º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880362 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 3 98 -
CMYK 0 0.98 0.28 0.47
HSL 317.14º 0.96% 0.27% -
HSV(B) 317.14º 0.98% 0.53% -
XYZ 12.39 6.18 12.1 -
YUV 53.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 136 3 98 0 0.98 0.28 0.47 317.14 0.96 0.27
Hex 88 3 62 0 62 1C 2F 13D 60 1B
Octal 210 3 142 0 142 34 57 475 140 33
Binary 10001000 11 1100010 0 1100010 11100 101111 100111101 1100000 11011

Color Harmonies of #880362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880362

Black with #880362

Text Example


Text Example

White with #880362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880362; }

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

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

background-color css

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

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

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

border-color css

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

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

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