Html Css Color HEX #880465 Eggplant

📋 copy color: '#880465'

red 136 ◦ green 4 ◦ blue 101

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

Shades of Eggplant #880465

Tints of Eggplant #880465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 56.43%
G = 1.66%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880465 (or 0x880465) is known color: Eggplant. HEX triplet: 88, 04 and 65. RGB value is (136,4,101). Sum of RGB (Red+Green+Blue) = 136+4+101=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880465 is #77FB9A. Grayscale: #363636. Windows color (decimal): -7863195 or 6620296. OLE color: 6620296.

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

Color convert

RGB 136 4 101 -
CMYK 0 0.97 0.26 0.47
HSL 315.91º 0.94% 0.27% -
HSV(B) 315.91º 0.97% 0.53% -
XYZ 12.55 6.26 12.86 -
YUV 54.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 136 4 101 0 0.97 0.26 0.47 315.91 0.94 0.27
Hex 88 4 65 0 61 1A 2F 13C 5E 1B
Octal 210 4 145 0 141 32 57 474 136 33
Binary 10001000 100 1100101 0 1100001 11010 101111 100111100 1011110 11011

Color Harmonies of #880465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880465

Black with #880465

Text Example


Text Example

White with #880465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880465; }

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

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

background-color css

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

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

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

border-color css

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

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

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