Html Css Color HEX #880669 Eggplant

📋 copy color: '#880669'

red 136 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #880669

Tints of Eggplant #880669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 55.06%
G = 2.43%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880669 (or 0x880669) is known color: Eggplant. HEX triplet: 88, 06 and 69. RGB value is (136,6,105). Sum of RGB (Red+Green+Blue) = 136+6+105=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880669 is #77F996. Grayscale: #373737. Windows color (decimal): -7862679 or 6882952. OLE color: 6882952.

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

Color convert

RGB 136 6 105 -
CMYK 0 0.96 0.23 0.47
HSL 314.31º 0.92% 0.28% -
HSV(B) 314.31º 0.96% 0.53% -
XYZ 12.77 6.38 13.92 -
YUV 56.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 136 6 105 0 0.96 0.23 0.47 314.31 0.92 0.28
Hex 88 6 69 0 60 17 2F 13A 5C 1C
Octal 210 6 151 0 140 27 57 472 134 34
Binary 10001000 110 1101001 0 1100000 10111 101111 100111010 1011100 11100

Color Harmonies of #880669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880669

Black with #880669

Text Example


Text Example

White with #880669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880669; }

 p { color: rgb(136,6,105); }

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

background-color css

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

 a { background-color: rgb(136,6,105); }

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

border-color css

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

 span { border-color: rgb(136,6,105); }

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